Html Css Color HEX #EEB11A Gold Tips

📋 copy color: '#EEB11A'

red 238 ◦ green 177 ◦ blue 26

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

Shades of Gold Tips #EEB11A

Tints of Gold Tips #EEB11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.9%

R = 53.97%
G = 40.14%
B = 5.9%

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

#EEB11A (or 0xEEB11A) is known color: Gold Tips. HEX triplet: EE, B1 and 1A. RGB value is (238,177,26). Sum of RGB (Red+Green+Blue) = 238+177+26=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB11A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB11A is #114EE5. Grayscale: #B2B2B2. Windows color (decimal): -1134310 or 1749486. OLE color: 1749486.

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

Color convert

RGB 238 177 26 -
CMYK 0 0.26 0.89 0.07
HSL 42.74º 0.86% 0.52% -
HSV(B) 42.74º 0.89% 0.93% -
XYZ 51.17 49.7 7.87 -
YUV 178.03 42.21 170.78 -
System Red Green Blue C M Y K H S L
Decimal 238 177 26 0 0.26 0.89 0.07 42.74 0.86 0.52
Hex EE B1 1A 0 1A 59 7 2B 56 34
Octal 356 261 32 0 32 131 7 53 126 64
Binary 11101110 10110001 11010 0 11010 1011001 111 101011 1010110 110100

Color Harmonies of #EEB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB11A

Black with #EEB11A

Text Example


Text Example

White with #EEB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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