Html Css Color HEX #EEB020 Gold Tips

📋 copy color: '#EEB020'

red 238 ◦ green 176 ◦ blue 32

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

Shades of Gold Tips #EEB020

Tints of Gold Tips #EEB020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 53.36%
G = 39.46%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEB020 (or 0xEEB020) is known color: Gold Tips. HEX triplet: EE, B0 and 20. RGB value is (238,176,32). Sum of RGB (Red+Green+Blue) = 238+176+32=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB020 is #114FDF. Grayscale: #B2B2B2. Windows color (decimal): -1134560 or 2142446. OLE color: 2142446.

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

Color convert

RGB 238 176 32 -
CMYK 0 0.26 0.87 0.07
HSL 41.94º 0.86% 0.53% -
HSV(B) 41.94º 0.87% 0.93% -
XYZ 51.05 49.33 8.2 -
YUV 178.12 45.54 170.71 -
System Red Green Blue C M Y K H S L
Decimal 238 176 32 0 0.26 0.87 0.07 41.94 0.86 0.53
Hex EE B0 20 0 1A 57 7 2A 56 35
Octal 356 260 40 0 32 127 7 52 126 65
Binary 11101110 10110000 100000 0 11010 1010111 111 101010 1010110 110101

Color Harmonies of #EEB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB020

Black with #EEB020

Text Example


Text Example

White with #EEB020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB020; }

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

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

background-color css

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

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

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

border-color css

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

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

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