Html Css Color HEX #EA911C Carrot Orange

📋 copy color: '#EA911C'

red 234 ◦ green 145 ◦ blue 28

#EA911C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #EA911C

Tints of Carrot Orange #EA911C

RGB

 RED value IS 234 (91.8% from 255) = 57.49%

 GREEN value IS 145 (57.03% from 255) = 35.63%

 BLUE value IS 28 (11.33% from 255) = 6.88%

R = 57.49%
G = 35.63%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA911C (or 0xEA911C) is known color: Carrot Orange. HEX triplet: EA, 91 and 1C. RGB value is (234,145,28). Sum of RGB (Red+Green+Blue) = 234+145+28=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA911C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA911C is #156EE3. Grayscale: #9E9E9E. Windows color (decimal): -1404644 or 1872362. OLE color: 1872362.

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

Color convert

RGB 234 145 28 -
CMYK 0 0.38 0.88 0.08
HSL 34.08º 0.83% 0.51% -
HSV(B) 34.08º 0.88% 0.92% -
XYZ 44.27 37.83 6.07 -
YUV 158.27 54.49 182.01 -
System Red Green Blue C M Y K H S L
Decimal 234 145 28 0 0.38 0.88 0.08 34.08 0.83 0.51
Hex EA 91 1C 0 26 58 8 22 53 33
Octal 352 221 34 0 46 130 10 42 123 63
Binary 11101010 10010001 11100 0 100110 1011000 1000 100010 1010011 110011

Color Harmonies of #EA911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA911C

Black with #EA911C

Text Example


Text Example

White with #EA911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA911C; }

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

 H1.HeaderClassName
 {
   color: #EA911C;
 }
 .AnyTagClassName
 {
   color: #EA911C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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