Html Css Color HEX #EEB02A Gold Tips

📋 copy color: '#EEB02A'

red 238 ◦ green 176 ◦ blue 42

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

Shades of Gold Tips #EEB02A

Tints of Gold Tips #EEB02A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.6%

 BLUE value IS 42 (16.8% from 255) = 9.21%

R = 52.19%
G = 38.6%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEB02A (or 0xEEB02A) is known color: Gold Tips. HEX triplet: EE, B0 and 2A. RGB value is (238,176,42). Sum of RGB (Red+Green+Blue) = 238+176+42=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB02A is #114FD5. Grayscale: #B3B3B3. Windows color (decimal): -1134550 or 2797806. OLE color: 2797806.

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

Color convert

RGB 238 176 42 -
CMYK 0 0.26 0.82 0.07
HSL 41.02º 0.85% 0.55% -
HSV(B) 41.02º 0.82% 0.93% -
XYZ 51.2 49.39 9.03 -
YUV 179.26 50.54 169.9 -
System Red Green Blue C M Y K H S L
Decimal 238 176 42 0 0.26 0.82 0.07 41.02 0.85 0.55
Hex EE B0 2A 0 1A 52 7 29 55 37
Octal 356 260 52 0 32 122 7 51 125 67
Binary 11101110 10110000 101010 0 11010 1010010 111 101001 1010101 110111

Color Harmonies of #EEB02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB02A

Black with #EEB02A

Text Example


Text Example

White with #EEB02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB02A; }

 p { color: rgb(238,176,42); }

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

background-color css

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

 a { background-color: rgb(238,176,42); }

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

border-color css

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

 span { border-color: rgb(238,176,42); }

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