#ea872a

Color #EA872A Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #EA872A

Tints of Carrot Orange #EA872A

Color information

#EA872A (or 0xEA872A) is unknown color: approx Carrot Orange. HEX triplet: EA, 87 and 2A. RGB value is (234,135,42). Sum of RGB (Red+Green+Blue) = 234+135+42=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA872A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA872A is #1578D5. Grayscale: #9A9A9A. Windows color (decimal): -1407190 or 2787306. OLE color: 2787306.

HSL color Cylindrical-coordinate representation of color #EA872A: hue angle of 29.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA872A is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB23413542-
CMYK00.420.820.08
HSL29.06º82.05%54.12%-
HSV(B)29.06º82.05%91.76%-
XYZ43.0134.996.68-
YUV15464.8185.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 56.93%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 42 (16.80% from 255) = 10.22%
R=56.93%
G=32.85%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341354200.420.820.0829.0682.0554.12
HexEA872A02A5281d5236
Octal35220752052122103512266
Binary1110101010000111101010010101010100101000111011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea872a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea872a; }

 p { color: rgb(234,135,42); }

 H1.HeaderClassName
 {
   color: #ea872a;
 }
 .AnyTagClassName
 {
   color: #ea872a;
 }
</style>
background-color css

<style>
 a { background-color: #ea872a; }

 a { background-color: rgb(234,135,42); }

 div.DivClassName
 {
   background-color: #ea872a;
 }
 .BgClassName
 {
   background-color: #ea872a;
 }
</style>
border-color css

<style>
 span { border-color: #ea872a; }

 span { border-color: rgb(234,135,42); }

 td.TdClassName
 {
   border-color: #ea872a;
 }
 .TagClassName
 {
   border-color: #ea872a;
 }
</style>