Html Css Color HEX #EAA220 Carrot Orange

📋 copy color: '#EAA220'

red 234 ◦ green 162 ◦ blue 32

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

Shades of Carrot Orange #EAA220

Tints of Carrot Orange #EAA220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 54.67%
G = 37.85%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAA220 (or 0xEAA220) is known color: Carrot Orange. HEX triplet: EA, A2 and 20. RGB value is (234,162,32). Sum of RGB (Red+Green+Blue) = 234+162+32=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA220 is #155DDF. Grayscale: #A9A9A9. Windows color (decimal): -1400288 or 2138858. OLE color: 2138858.

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

Color convert

RGB 234 162 32 -
CMYK 0 0.31 0.86 0.08
HSL 38.61º 0.83% 0.52% -
HSV(B) 38.61º 0.86% 0.92% -
XYZ 47.11 43.44 7.27 -
YUV 168.71 50.85 174.57 -
System Red Green Blue C M Y K H S L
Decimal 234 162 32 0 0.31 0.86 0.08 38.61 0.83 0.52
Hex EA A2 20 0 1F 56 8 27 53 34
Octal 352 242 40 0 37 126 10 47 123 64
Binary 11101010 10100010 100000 0 11111 1010110 1000 100111 1010011 110100

Color Harmonies of #EAA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA220

Black with #EAA220

Text Example


Text Example

White with #EAA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA220; }

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

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

background-color css

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

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

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

border-color css

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

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

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