Html Css Color HEX #EEA221 Carrot Orange

📋 copy color: '#EEA221'

red 238 ◦ green 162 ◦ blue 33

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

Shades of Carrot Orange #EEA221

Tints of Carrot Orange #EEA221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.62%

R = 54.97%
G = 37.41%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EEA221 (or 0xEEA221) is known color: Carrot Orange. HEX triplet: EE, A2 and 21. RGB value is (238,162,33). Sum of RGB (Red+Green+Blue) = 238+162+33=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA221 is #115DDE. Grayscale: #AAAAAA. Windows color (decimal): -1138143 or 2204398. OLE color: 2204398.

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

Color convert

RGB 238 162 33 -
CMYK 0 0.32 0.86 0.07
HSL 37.76º 0.86% 0.53% -
HSV(B) 37.76º 0.86% 0.93% -
XYZ 48.45 44.13 7.4 -
YUV 170.02 50.68 176.49 -
System Red Green Blue C M Y K H S L
Decimal 238 162 33 0 0.32 0.86 0.07 37.76 0.86 0.53
Hex EE A2 21 0 20 56 7 26 56 35
Octal 356 242 41 0 40 126 7 46 126 65
Binary 11101110 10100010 100001 0 100000 1010110 111 100110 1010110 110101

Color Harmonies of #EEA221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA221

Black with #EEA221

Text Example


Text Example

White with #EEA221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA221; }

 p { color: rgb(238,162,33); }

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

background-color css

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

 a { background-color: rgb(238,162,33); }

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

border-color css

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

 span { border-color: rgb(238,162,33); }

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