Html Css Color HEX #EEB017 Gold Tips

📋 copy color: '#EEB017'

red 238 ◦ green 176 ◦ blue 23

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

Shades of Gold Tips #EEB017

Tints of Gold Tips #EEB017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.26%

R = 54.46%
G = 40.27%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EEB017 (or 0xEEB017) is known color: Gold Tips. HEX triplet: EE, B0 and 17. RGB value is (238,176,23). Sum of RGB (Red+Green+Blue) = 238+176+23=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB017 is #114FE8. Grayscale: #B1B1B1. Windows color (decimal): -1134569 or 1552622. OLE color: 1552622.

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

Color convert

RGB 238 176 23 -
CMYK 0 0.26 0.90 0.07
HSL 42.7º 0.86% 0.51% -
HSV(B) 42.7º 0.9% 0.93% -
XYZ 50.94 49.29 7.64 -
YUV 177.1 41.04 171.44 -
System Red Green Blue C M Y K H S L
Decimal 238 176 23 0 0.26 0.90 0.07 42.7 0.86 0.51
Hex EE B0 17 0 1A 5A 7 2B 56 33
Octal 356 260 27 0 32 132 7 53 126 63
Binary 11101110 10110000 10111 0 11010 1011010 111 101011 1010110 110011

Color Harmonies of #EEB017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB017

Black with #EEB017

Text Example


Text Example

White with #EEB017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB017; }

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

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

background-color css

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

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

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

border-color css

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

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

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