Html Css Color HEX #EEB218 Gold Tips

📋 copy color: '#EEB218'

red 238 ◦ green 178 ◦ blue 24

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

Shades of Gold Tips #EEB218

Tints of Gold Tips #EEB218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.45%

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

R = 54.09%
G = 40.45%
B = 5.45%

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

#EEB218 (or 0xEEB218) is known color: Gold Tips. HEX triplet: EE, B2 and 18. RGB value is (238,178,24). Sum of RGB (Red+Green+Blue) = 238+178+24=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB218 is #114DE7. Grayscale: #B3B3B3. Windows color (decimal): -1134056 or 1618670. OLE color: 1618670.

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

Color convert

RGB 238 178 24 -
CMYK 0 0.25 0.90 0.07
HSL 43.18º 0.86% 0.51% -
HSV(B) 43.18º 0.9% 0.93% -
XYZ 51.35 50.08 7.83 -
YUV 178.38 40.88 170.52 -
System Red Green Blue C M Y K H S L
Decimal 238 178 24 0 0.25 0.90 0.07 43.18 0.86 0.51
Hex EE B2 18 0 19 5A 7 2B 56 33
Octal 356 262 30 0 31 132 7 53 126 63
Binary 11101110 10110010 11000 0 11001 1011010 111 101011 1010110 110011

Color Harmonies of #EEB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB218

Black with #EEB218

Text Example


Text Example

White with #EEB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB218; }

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

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

background-color css

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

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

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

border-color css

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

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

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