Html Css Color HEX #EEB11E Gold Tips

📋 copy color: '#EEB11E'

red 238 ◦ green 177 ◦ blue 30

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

Shades of Gold Tips #EEB11E

Tints of Gold Tips #EEB11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.74%

R = 53.48%
G = 39.78%
B = 6.74%

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

#EEB11E (or 0xEEB11E) is known color: Gold Tips. HEX triplet: EE, B1 and 1E. RGB value is (238,177,30). Sum of RGB (Red+Green+Blue) = 238+177+30=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB11E is #114EE1. Grayscale: #B3B3B3. Windows color (decimal): -1134306 or 2011630. OLE color: 2011630.

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

Color convert

RGB 238 177 30 -
CMYK 0 0.26 0.87 0.07
HSL 42.4º 0.86% 0.53% -
HSV(B) 42.4º 0.87% 0.93% -
XYZ 51.22 49.72 8.12 -
YUV 178.48 44.21 170.45 -
System Red Green Blue C M Y K H S L
Decimal 238 177 30 0 0.26 0.87 0.07 42.4 0.86 0.53
Hex EE B1 1E 0 1A 57 7 2A 56 35
Octal 356 261 36 0 32 127 7 52 126 65
Binary 11101110 10110001 11110 0 11010 1010111 111 101010 1010110 110101

Color Harmonies of #EEB11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB11E

Black with #EEB11E

Text Example


Text Example

White with #EEB11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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