Html Css Color HEX #EAA020 Carrot Orange

📋 copy color: '#EAA020'

red 234 ◦ green 160 ◦ blue 32

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

Shades of Carrot Orange #EAA020

Tints of Carrot Orange #EAA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

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

R = 54.93%
G = 37.56%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAA020 (or 0xEAA020) is known color: Carrot Orange. HEX triplet: EA, A0 and 20. RGB value is (234,160,32). Sum of RGB (Red+Green+Blue) = 234+160+32=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA020 is #155FDF. Grayscale: #A8A8A8. Windows color (decimal): -1400800 or 2138346. OLE color: 2138346.

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

Color convert

RGB 234 160 32 -
CMYK 0 0.32 0.86 0.08
HSL 38.02º 0.83% 0.52% -
HSV(B) 38.02º 0.86% 0.92% -
XYZ 46.76 42.74 7.15 -
YUV 167.53 51.52 175.41 -
System Red Green Blue C M Y K H S L
Decimal 234 160 32 0 0.32 0.86 0.08 38.02 0.83 0.52
Hex EA A0 20 0 20 56 8 26 53 34
Octal 352 240 40 0 40 126 10 46 123 64
Binary 11101010 10100000 100000 0 100000 1010110 1000 100110 1010011 110100

Color Harmonies of #EAA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA020

Black with #EAA020

Text Example


Text Example

White with #EAA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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