Html Css Color HEX #EEAE28 Gold Tips

📋 copy color: '#EEAE28'

red 238 ◦ green 174 ◦ blue 40

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

Shades of Gold Tips #EEAE28

Tints of Gold Tips #EEAE28

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.5%

 BLUE value IS 40 (16.02% from 255) = 8.85%

R = 52.65%
G = 38.5%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEAE28 (or 0xEEAE28) is known color: Gold Tips. HEX triplet: EE, AE and 28. RGB value is (238,174,40). Sum of RGB (Red+Green+Blue) = 238+174+40=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAE28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAE28 is #1151D7. Grayscale: #B2B2B2. Windows color (decimal): -1135064 or 2666222. OLE color: 2666222.

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

Color convert

RGB 238 174 40 -
CMYK 0 0.27 0.83 0.07
HSL 40.61º 0.85% 0.55% -
HSV(B) 40.61º 0.83% 0.93% -
XYZ 50.78 48.6 8.71 -
YUV 177.86 50.2 170.9 -
System Red Green Blue C M Y K H S L
Decimal 238 174 40 0 0.27 0.83 0.07 40.61 0.85 0.55
Hex EE AE 28 0 1B 53 7 29 55 37
Octal 356 256 50 0 33 123 7 51 125 67
Binary 11101110 10101110 101000 0 11011 1010011 111 101001 1010101 110111

Color Harmonies of #EEAE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAE28

Black with #EEAE28

Text Example


Text Example

White with #EEAE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAE28; }

 p { color: rgb(238,174,40); }

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

background-color css

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

 a { background-color: rgb(238,174,40); }

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

border-color css

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

 span { border-color: rgb(238,174,40); }

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