Html Css Color HEX #EEB221 Gold Tips

📋 copy color: '#EEB221'

red 238 ◦ green 178 ◦ blue 33

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

Shades of Gold Tips #EEB221

Tints of Gold Tips #EEB221

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.64%

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

R = 53.01%
G = 39.64%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EEB221 (or 0xEEB221) is known color: Gold Tips. HEX triplet: EE, B2 and 21. RGB value is (238,178,33). Sum of RGB (Red+Green+Blue) = 238+178+33=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB221 is #114DDE. Grayscale: #B4B4B4. Windows color (decimal): -1134047 or 2208494. OLE color: 2208494.

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

Color convert

RGB 238 178 33 -
CMYK 0 0.25 0.86 0.07
HSL 42.44º 0.86% 0.53% -
HSV(B) 42.44º 0.86% 0.93% -
XYZ 51.45 50.13 8.4 -
YUV 179.41 45.38 169.79 -
System Red Green Blue C M Y K H S L
Decimal 238 178 33 0 0.25 0.86 0.07 42.44 0.86 0.53
Hex EE B2 21 0 19 56 7 2A 56 35
Octal 356 262 41 0 31 126 7 52 126 65
Binary 11101110 10110010 100001 0 11001 1010110 111 101010 1010110 110101

Color Harmonies of #EEB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB221

Black with #EEB221

Text Example


Text Example

White with #EEB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB221; }

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

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

background-color css

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

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

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

border-color css

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

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

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