Html Css Color HEX #EEB121 Gold Tips

📋 copy color: '#EEB121'

red 238 ◦ green 177 ◦ blue 33

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

Shades of Gold Tips #EEB121

Tints of Gold Tips #EEB121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.51%

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

R = 53.13%
G = 39.51%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EEB121 (or 0xEEB121) is known color: Gold Tips. HEX triplet: EE, B1 and 21. RGB value is (238,177,33). Sum of RGB (Red+Green+Blue) = 238+177+33=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB121 is #114EDE. Grayscale: #B3B3B3. Windows color (decimal): -1134303 or 2208238. OLE color: 2208238.

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

Color convert

RGB 238 177 33 -
CMYK 0 0.26 0.86 0.07
HSL 42.15º 0.86% 0.53% -
HSV(B) 42.15º 0.86% 0.93% -
XYZ 51.26 49.73 8.34 -
YUV 178.82 45.71 170.21 -
System Red Green Blue C M Y K H S L
Decimal 238 177 33 0 0.26 0.86 0.07 42.15 0.86 0.53
Hex EE B1 21 0 1A 56 7 2A 56 35
Octal 356 261 41 0 32 126 7 52 126 65
Binary 11101110 10110001 100001 0 11010 1010110 111 101010 1010110 110101

Color Harmonies of #EEB121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB121

Black with #EEB121

Text Example


Text Example

White with #EEB121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB121; }

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

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

background-color css

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

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

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

border-color css

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

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

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