Html Css Color HEX #EAA222 Carrot Orange

📋 copy color: '#EAA222'

red 234 ◦ green 162 ◦ blue 34

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

Shades of Carrot Orange #EAA222

Tints of Carrot Orange #EAA222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.91%

R = 54.42%
G = 37.67%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAA222 (or 0xEAA222) is known color: Carrot Orange. HEX triplet: EA, A2 and 22. RGB value is (234,162,34). Sum of RGB (Red+Green+Blue) = 234+162+34=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA222 is #155DDD. Grayscale: #A9A9A9. Windows color (decimal): -1400286 or 2269930. OLE color: 2269930.

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

Color convert

RGB 234 162 34 -
CMYK 0 0.31 0.85 0.08
HSL 38.4º 0.83% 0.53% -
HSV(B) 38.4º 0.85% 0.92% -
XYZ 47.14 43.45 7.42 -
YUV 168.94 51.85 174.41 -
System Red Green Blue C M Y K H S L
Decimal 234 162 34 0 0.31 0.85 0.08 38.4 0.83 0.53
Hex EA A2 22 0 1F 55 8 26 53 35
Octal 352 242 42 0 37 125 10 46 123 65
Binary 11101010 10100010 100010 0 11111 1010101 1000 100110 1010011 110101

Color Harmonies of #EAA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA222

Black with #EAA222

Text Example


Text Example

White with #EAA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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