Html Css Color HEX #EA9D20 Carrot Orange

📋 copy color: '#EA9D20'

red 234 ◦ green 157 ◦ blue 32

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

Shades of Carrot Orange #EA9D20

Tints of Carrot Orange #EA9D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 32 (12.89% from 255) = 7.57%

R = 55.32%
G = 37.12%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA9D20 (or 0xEA9D20) is known color: Carrot Orange. HEX triplet: EA, 9D and 20. RGB value is (234,157,32). Sum of RGB (Red+Green+Blue) = 234+157+32=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9D20 is #1562DF. Grayscale: #A6A6A6. Windows color (decimal): -1401568 or 2137578. OLE color: 2137578.

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

Color convert

RGB 234 157 32 -
CMYK 0 0.33 0.86 0.08
HSL 37.13º 0.83% 0.52% -
HSV(B) 37.13º 0.86% 0.92% -
XYZ 46.25 41.71 6.98 -
YUV 165.77 52.51 176.66 -
System Red Green Blue C M Y K H S L
Decimal 234 157 32 0 0.33 0.86 0.08 37.13 0.83 0.52
Hex EA 9D 20 0 21 56 8 25 53 34
Octal 352 235 40 0 41 126 10 45 123 64
Binary 11101010 10011101 100000 0 100001 1010110 1000 100101 1010011 110100

Color Harmonies of #EA9D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9D20

Black with #EA9D20

Text Example


Text Example

White with #EA9D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9D20; }

 p { color: rgb(234,157,32); }

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

background-color css

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

 a { background-color: rgb(234,157,32); }

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

border-color css

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

 span { border-color: rgb(234,157,32); }

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