#EA911A

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

Shades of Carrot Orange #EA911A

Tints of Carrot Orange #EA911A

Color information

#EA911A (or 0xEA911A) is unknown color: approx Carrot Orange. HEX triplet: EA, 91 and 1A. RGB value is (234,145,26). Sum of RGB (Red+Green+Blue) = 234+145+26=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA911A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA911A is #156EE5. Grayscale: #9E9E9E. Windows color (decimal): -1404646 or 1741290. OLE color: 1741290.

HSL color Cylindrical-coordinate representation of color #EA911A: hue angle of 34.33º 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 #EA911A is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB23414526-
CMYK00.380.890.08
HSL34.33º83.2%50.98%-
HSV(B)34.33º88.89%91.76%-
XYZ44.2437.825.94-
YUV158.0453.49182.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.78%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 26 (10.55% from 255) = 6.42%
R=57.78%
G=35.80%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341452600.380.890.0834.3383.250.98
HexEA911A026598225333
Octal35222132046131104212363
Binary1110101010010001110100100110101100110001000101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA911A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA911A; }

 p { color: rgb(234,145,26); }

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

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

 a { background-color: rgb(234,145,26); }

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

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

 span { border-color: rgb(234,145,26); }

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