Html Css Color HEX #EA9C2A Carrot Orange

📋 copy color: '#EA9C2A'

red 234 ◦ green 156 ◦ blue 42

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

Shades of Carrot Orange #EA9C2A

Tints of Carrot Orange #EA9C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.11%

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

R = 54.17%
G = 36.11%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA9C2A (or 0xEA9C2A) is known color: Carrot Orange. HEX triplet: EA, 9C and 2A. RGB value is (234,156,42). Sum of RGB (Red+Green+Blue) = 234+156+42=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9C2A is #1563D5. Grayscale: #A6A6A6. Windows color (decimal): -1401814 or 2792682. OLE color: 2792682.

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

Color convert

RGB 234 156 42 -
CMYK 0 0.33 0.82 0.08
HSL 35.63º 0.82% 0.54% -
HSV(B) 35.63º 0.82% 0.92% -
XYZ 46.24 41.44 7.75 -
YUV 166.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 234 156 42 0 0.33 0.82 0.08 35.63 0.82 0.54
Hex EA 9C 2A 0 21 52 8 24 52 36
Octal 352 234 52 0 41 122 10 44 122 66
Binary 11101010 10011100 101010 0 100001 1010010 1000 100100 1010010 110110

Color Harmonies of #EA9C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9C2A

Black with #EA9C2A

Text Example


Text Example

White with #EA9C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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