Html Css Color HEX #EA8C29 Carrot Orange

📋 copy color: '#EA8C29'

red 234 ◦ green 140 ◦ blue 41

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

Shades of Carrot Orange #EA8C29

Tints of Carrot Orange #EA8C29

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

 BLUE value IS 41 (16.41% from 255) = 9.88%

R = 56.39%
G = 33.73%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA8C29 (or 0xEA8C29) is known color: Carrot Orange. HEX triplet: EA, 8C and 29. RGB value is (234,140,41). Sum of RGB (Red+Green+Blue) = 234+140+41=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8C29 is #1573D6. Grayscale: #9D9D9D. Windows color (decimal): -1405911 or 2723050. OLE color: 2723050.

HSL color Cylindrical-coordinate representation of color #EA8C29: hue angle of 30.78º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA8C29 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 41 -
CMYK 0 0.40 0.82 0.08
HSL 30.78º 0.82% 0.54% -
HSV(B) 30.78º 0.82% 0.92% -
XYZ 43.71 36.41 6.82 -
YUV 156.82 62.64 183.05 -
System Red Green Blue C M Y K H S L
Decimal 234 140 41 0 0.40 0.82 0.08 30.78 0.82 0.54
Hex EA 8C 29 0 28 52 8 1F 52 36
Octal 352 214 51 0 50 122 10 37 122 66
Binary 11101010 10001100 101001 0 101000 1010010 1000 11111 1010010 110110

Color Harmonies of #EA8C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C29

Black with #EA8C29

Text Example


Text Example

White with #EA8C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C29; }

 p { color: rgb(234,140,41); }

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

background-color css

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

 a { background-color: rgb(234,140,41); }

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

border-color css

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

 span { border-color: rgb(234,140,41); }

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