Html Css Color HEX #EEAF18 Gold Tips

📋 copy color: '#EEAF18'

red 238 ◦ green 175 ◦ blue 24

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

Shades of Gold Tips #EEAF18

Tints of Gold Tips #EEAF18

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.05%

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

R = 54.46%
G = 40.05%
B = 5.49%

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

#EEAF18 (or 0xEEAF18) is known color: Gold Tips. HEX triplet: EE, AF and 18. RGB value is (238,175,24). Sum of RGB (Red+Green+Blue) = 238+175+24=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAF18 is #1150E7. Grayscale: #B1B1B1. Windows color (decimal): -1134824 or 1617902. OLE color: 1617902.

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

Color convert

RGB 238 175 24 -
CMYK 0 0.26 0.90 0.07
HSL 42.34º 0.86% 0.51% -
HSV(B) 42.34º 0.9% 0.93% -
XYZ 50.75 48.9 7.63 -
YUV 176.62 41.87 171.78 -
System Red Green Blue C M Y K H S L
Decimal 238 175 24 0 0.26 0.90 0.07 42.34 0.86 0.51
Hex EE AF 18 0 1A 5A 7 2A 56 33
Octal 356 257 30 0 32 132 7 52 126 63
Binary 11101110 10101111 11000 0 11010 1011010 111 101010 1010110 110011

Color Harmonies of #EEAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF18

Black with #EEAF18

Text Example


Text Example

White with #EEAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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