Html Css Color HEX #EA9A2A Carrot Orange

📋 copy color: '#EA9A2A'

red 234 ◦ green 154 ◦ blue 42

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

Shades of Carrot Orange #EA9A2A

Tints of Carrot Orange #EA9A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.81%

 BLUE value IS 42 (16.8% from 255) = 9.77%

R = 54.42%
G = 35.81%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA9A2A (or 0xEA9A2A) is known color: Carrot Orange. HEX triplet: EA, 9A and 2A. RGB value is (234,154,42). Sum of RGB (Red+Green+Blue) = 234+154+42=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9A2A is #1565D5. Grayscale: #A5A5A5. Windows color (decimal): -1402326 or 2792170. OLE color: 2792170.

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

Color convert

RGB 234 154 42 -
CMYK 0 0.34 0.82 0.08
HSL 35º 0.82% 0.54% -
HSV(B) 35º 0.82% 0.92% -
XYZ 45.91 40.77 7.64 -
YUV 165.15 58.5 177.11 -
System Red Green Blue C M Y K H S L
Decimal 234 154 42 0 0.34 0.82 0.08 35 0.82 0.54
Hex EA 9A 2A 0 22 52 8 23 52 36
Octal 352 232 52 0 42 122 10 43 122 66
Binary 11101010 10011010 101010 0 100010 1010010 1000 100011 1010010 110110

Color Harmonies of #EA9A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A2A

Black with #EA9A2A

Text Example


Text Example

White with #EA9A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A2A; }

 p { color: rgb(234,154,42); }

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

background-color css

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

 a { background-color: rgb(234,154,42); }

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

border-color css

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

 span { border-color: rgb(234,154,42); }

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