#EA8719

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

Shades of Carrot Orange #EA8719

Tints of Carrot Orange #EA8719

Color information

#EA8719 (or 0xEA8719) is unknown color: approx Carrot Orange. HEX triplet: EA, 87 and 19. RGB value is (234,135,25). Sum of RGB (Red+Green+Blue) = 234+135+25=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8719 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8719 is #1578E6. Grayscale: #989898. Windows color (decimal): -1407207 or 1673194. OLE color: 1673194.

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

Color convert

RGB23413525-
CMYK00.420.890.08
HSL31.58º83.27%50.78%-
HSV(B)31.58º89.32%91.76%-
XYZ42.7734.895.4-
YUV152.0656.3186.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.39%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 25 (10.16% from 255) = 6.35%
R=59.39%
G=34.26%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341352500.420.890.0831.5883.2750.78
HexEA871902A598205333
Octal35220731052131104012363
Binary1110101010000111110010101010101100110001000001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8719; }

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

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

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

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

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

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

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

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