Html Css Color HEX #EEB120 Gold Tips

📋 copy color: '#EEB120'

red 238 ◦ green 177 ◦ blue 32

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

Shades of Gold Tips #EEB120

Tints of Gold Tips #EEB120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.16%

R = 53.24%
G = 39.6%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEB120 (or 0xEEB120) is known color: Gold Tips. HEX triplet: EE, B1 and 20. RGB value is (238,177,32). Sum of RGB (Red+Green+Blue) = 238+177+32=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB120 is #114EDF. Grayscale: #B3B3B3. Windows color (decimal): -1134304 or 2142702. OLE color: 2142702.

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

Color convert

RGB 238 177 32 -
CMYK 0 0.26 0.87 0.07
HSL 42.23º 0.86% 0.53% -
HSV(B) 42.23º 0.87% 0.93% -
XYZ 51.24 49.73 8.26 -
YUV 178.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 238 177 32 0 0.26 0.87 0.07 42.23 0.86 0.53
Hex EE B1 20 0 1A 57 7 2A 56 35
Octal 356 261 40 0 32 127 7 52 126 65
Binary 11101110 10110001 100000 0 11010 1010111 111 101010 1010110 110101

Color Harmonies of #EEB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB120

Black with #EEB120

Text Example


Text Example

White with #EEB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB120; }

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

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

background-color css

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

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

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

border-color css

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

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

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