#EA8421

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

Shades of Carrot Orange #EA8421

Tints of Carrot Orange #EA8421

Color information

#EA8421 (or 0xEA8421) is unknown color: approx Carrot Orange. HEX triplet: EA, 84 and 21. RGB value is (234,132,33). Sum of RGB (Red+Green+Blue) = 234+132+33=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8421 is #157BDE. Grayscale: #979797. Windows color (decimal): -1407967 or 2196714. OLE color: 2196714.

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

Color convert

RGB23413233-
CMYK00.440.860.08
HSL29.55º82.72%52.35%-
HSV(B)29.55º85.9%91.76%-
XYZ42.4634.15.78-
YUV151.2161.29187.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.65%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 33 (13.28% from 255) = 8.27%
R=58.65%
G=33.08%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341323300.440.860.0829.5582.7252.35
HexEA842102C5681e5334
Octal35220441054126103612364
Binary1110101010000100100001010110010101101000111101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8421; }

 p { color: rgb(234,132,33); }

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

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

 a { background-color: rgb(234,132,33); }

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

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

 span { border-color: rgb(234,132,33); }

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