Html Css Color HEX #EEB11D Gold Tips

📋 copy color: '#EEB11D'

red 238 ◦ green 177 ◦ blue 29

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

Shades of Gold Tips #EEB11D

Tints of Gold Tips #EEB11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.53%

R = 53.6%
G = 39.86%
B = 6.53%

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

#EEB11D (or 0xEEB11D) is known color: Gold Tips. HEX triplet: EE, B1 and 1D. RGB value is (238,177,29). Sum of RGB (Red+Green+Blue) = 238+177+29=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB11D is #114EE2. Grayscale: #B3B3B3. Windows color (decimal): -1134307 or 1946094. OLE color: 1946094.

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

Color convert

RGB 238 177 29 -
CMYK 0 0.26 0.88 0.07
HSL 42.49º 0.86% 0.52% -
HSV(B) 42.49º 0.88% 0.93% -
XYZ 51.2 49.71 8.06 -
YUV 178.37 43.71 170.53 -
System Red Green Blue C M Y K H S L
Decimal 238 177 29 0 0.26 0.88 0.07 42.49 0.86 0.52
Hex EE B1 1D 0 1A 58 7 2A 56 34
Octal 356 261 35 0 32 130 7 52 126 64
Binary 11101110 10110001 11101 0 11010 1011000 111 101010 1010110 110100

Color Harmonies of #EEB11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB11D

Black with #EEB11D

Text Example


Text Example

White with #EEB11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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