Html Css Color HEX #EEB11C Gold Tips

📋 copy color: '#EEB11C'

red 238 ◦ green 177 ◦ blue 28

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

Shades of Gold Tips #EEB11C

Tints of Gold Tips #EEB11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.32%

R = 53.72%
G = 39.95%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEB11C (or 0xEEB11C) is known color: Gold Tips. HEX triplet: EE, B1 and 1C. RGB value is (238,177,28). Sum of RGB (Red+Green+Blue) = 238+177+28=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB11C is #114EE3. Grayscale: #B2B2B2. Windows color (decimal): -1134308 or 1880558. OLE color: 1880558.

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

Color convert

RGB 238 177 28 -
CMYK 0 0.26 0.88 0.07
HSL 42.57º 0.86% 0.52% -
HSV(B) 42.57º 0.88% 0.93% -
XYZ 51.19 49.71 7.99 -
YUV 178.25 43.21 170.62 -
System Red Green Blue C M Y K H S L
Decimal 238 177 28 0 0.26 0.88 0.07 42.57 0.86 0.52
Hex EE B1 1C 0 1A 58 7 2B 56 34
Octal 356 261 34 0 32 130 7 53 126 64
Binary 11101110 10110001 11100 0 11010 1011000 111 101011 1010110 110100

Color Harmonies of #EEB11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB11C

Black with #EEB11C

Text Example


Text Example

White with #EEB11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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