Html Css Color HEX #EEB11B Gold Tips

📋 copy color: '#EEB11B'

red 238 ◦ green 177 ◦ blue 27

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

Shades of Gold Tips #EEB11B

Tints of Gold Tips #EEB11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.11%

R = 53.85%
G = 40.05%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EEB11B (or 0xEEB11B) is known color: Gold Tips. HEX triplet: EE, B1 and 1B. RGB value is (238,177,27). Sum of RGB (Red+Green+Blue) = 238+177+27=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB11B is #114EE4. Grayscale: #B2B2B2. Windows color (decimal): -1134309 or 1815022. OLE color: 1815022.

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

Color convert

RGB 238 177 27 -
CMYK 0 0.26 0.89 0.07
HSL 42.65º 0.86% 0.52% -
HSV(B) 42.65º 0.89% 0.93% -
XYZ 51.18 49.7 7.93 -
YUV 178.14 42.71 170.7 -
System Red Green Blue C M Y K H S L
Decimal 238 177 27 0 0.26 0.89 0.07 42.65 0.86 0.52
Hex EE B1 1B 0 1A 59 7 2B 56 34
Octal 356 261 33 0 32 131 7 53 126 64
Binary 11101110 10110001 11011 0 11010 1011001 111 101011 1010110 110100

Color Harmonies of #EEB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB11B

Black with #EEB11B

Text Example


Text Example

White with #EEB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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