Html Css Color HEX #EEA022 Carrot Orange

📋 copy color: '#EEA022'

red 238 ◦ green 160 ◦ blue 34

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

Shades of Carrot Orange #EEA022

Tints of Carrot Orange #EEA022

RGB

 RED value IS 238 (93.36% from 255) = 55.09%

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

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

R = 55.09%
G = 37.04%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EEA022 (or 0xEEA022) is known color: Carrot Orange. HEX triplet: EE, A0 and 22. RGB value is (238,160,34). Sum of RGB (Red+Green+Blue) = 238+160+34=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA022 is #115FDD. Grayscale: #A9A9A9. Windows color (decimal): -1138654 or 2269422. OLE color: 2269422.

HSL color Cylindrical-coordinate representation of color #EEA022: hue angle of 37.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EEA022 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 34 -
CMYK 0 0.33 0.86 0.07
HSL 37.06º 0.86% 0.53% -
HSV(B) 37.06º 0.86% 0.93% -
XYZ 48.12 43.43 7.36 -
YUV 168.96 51.84 177.25 -
System Red Green Blue C M Y K H S L
Decimal 238 160 34 0 0.33 0.86 0.07 37.06 0.86 0.53
Hex EE A0 22 0 21 56 7 25 56 35
Octal 356 240 42 0 41 126 7 45 126 65
Binary 11101110 10100000 100010 0 100001 1010110 111 100101 1010110 110101

Color Harmonies of #EEA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA022

Black with #EEA022

Text Example


Text Example

White with #EEA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA022; }

 p { color: rgb(238,160,34); }

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

background-color css

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

 a { background-color: rgb(238,160,34); }

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

border-color css

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

 span { border-color: rgb(238,160,34); }

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