Html Css Color HEX #EEB318 Gold Tips

📋 copy color: '#EEB318'

red 238 ◦ green 179 ◦ blue 24

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

Shades of Gold Tips #EEB318

Tints of Gold Tips #EEB318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.59%

 BLUE value IS 24 (9.77% from 255) = 5.44%

R = 53.97%
G = 40.59%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EEB318 (or 0xEEB318) is known color: Gold Tips. HEX triplet: EE, B3 and 18. RGB value is (238,179,24). Sum of RGB (Red+Green+Blue) = 238+179+24=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB318 is #114CE7. Grayscale: #B3B3B3. Windows color (decimal): -1133800 or 1618926. OLE color: 1618926.

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

Color convert

RGB 238 179 24 -
CMYK 0 0.25 0.90 0.07
HSL 43.46º 0.86% 0.51% -
HSV(B) 43.46º 0.9% 0.93% -
XYZ 51.54 50.48 7.89 -
YUV 178.97 40.55 170.1 -
System Red Green Blue C M Y K H S L
Decimal 238 179 24 0 0.25 0.90 0.07 43.46 0.86 0.51
Hex EE B3 18 0 19 5A 7 2B 56 33
Octal 356 263 30 0 31 132 7 53 126 63
Binary 11101110 10110011 11000 0 11001 1011010 111 101011 1010110 110011

Color Harmonies of #EEB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB318

Black with #EEB318

Text Example


Text Example

White with #EEB318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB318; }

 p { color: rgb(238,179,24); }

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

background-color css

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

 a { background-color: rgb(238,179,24); }

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

border-color css

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

 span { border-color: rgb(238,179,24); }

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