Html Css Color HEX #EA911D Carrot Orange

📋 copy color: '#EA911D'

red 234 ◦ green 145 ◦ blue 29

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

Shades of Carrot Orange #EA911D

Tints of Carrot Orange #EA911D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.11%

R = 57.35%
G = 35.54%
B = 7.11%

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

#EA911D (or 0xEA911D) is known color: Carrot Orange. HEX triplet: EA, 91 and 1D. RGB value is (234,145,29). Sum of RGB (Red+Green+Blue) = 234+145+29=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA911D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA911D is #156EE2. Grayscale: #9E9E9E. Windows color (decimal): -1404643 or 1937898. OLE color: 1937898.

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

Color convert

RGB 234 145 29 -
CMYK 0 0.38 0.88 0.08
HSL 33.95º 0.83% 0.52% -
HSV(B) 33.95º 0.88% 0.92% -
XYZ 44.28 37.83 6.13 -
YUV 158.39 54.99 181.93 -
System Red Green Blue C M Y K H S L
Decimal 234 145 29 0 0.38 0.88 0.08 33.95 0.83 0.52
Hex EA 91 1D 0 26 58 8 22 53 34
Octal 352 221 35 0 46 130 10 42 123 64
Binary 11101010 10010001 11101 0 100110 1011000 1000 100010 1010011 110100

Color Harmonies of #EA911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA911D

Black with #EA911D

Text Example


Text Example

White with #EA911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA911D; }

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

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

background-color css

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

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

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

border-color css

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

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

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