Html Css Color HEX #EEB024 Gold Tips

📋 copy color: '#EEB024'

red 238 ◦ green 176 ◦ blue 36

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

Shades of Gold Tips #EEB024

Tints of Gold Tips #EEB024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8%

R = 52.89%
G = 39.11%
B = 8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EEB024 (or 0xEEB024) is known color: Gold Tips. HEX triplet: EE, B0 and 24. RGB value is (238,176,36). Sum of RGB (Red+Green+Blue) = 238+176+36=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB024 is #114FDB. Grayscale: #B3B3B3. Windows color (decimal): -1134556 or 2404590. OLE color: 2404590.

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

Color convert

RGB 238 176 36 -
CMYK 0 0.26 0.85 0.07
HSL 41.58º 0.86% 0.54% -
HSV(B) 41.58º 0.85% 0.93% -
XYZ 51.1 49.36 8.5 -
YUV 178.58 47.54 170.38 -
System Red Green Blue C M Y K H S L
Decimal 238 176 36 0 0.26 0.85 0.07 41.58 0.86 0.54
Hex EE B0 24 0 1A 55 7 2A 56 36
Octal 356 260 44 0 32 125 7 52 126 66
Binary 11101110 10110000 100100 0 11010 1010101 111 101010 1010110 110110

Color Harmonies of #EEB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB024

Black with #EEB024

Text Example


Text Example

White with #EEB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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