Html Css Color HEX #EEAD29 Gold Tips

📋 copy color: '#EEAD29'

red 238 ◦ green 173 ◦ blue 41

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

Shades of Gold Tips #EEAD29

Tints of Gold Tips #EEAD29

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.27%

 BLUE value IS 41 (16.41% from 255) = 9.07%

R = 52.65%
G = 38.27%
B = 9.07%

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

#EEAD29 (or 0xEEAD29) is known color: Gold Tips. HEX triplet: EE, AD and 29. RGB value is (238,173,41). Sum of RGB (Red+Green+Blue) = 238+173+41=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD29 is #1152D6. Grayscale: #B1B1B1. Windows color (decimal): -1135319 or 2731502. OLE color: 2731502.

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

Color convert

RGB 238 173 41 -
CMYK 0 0.27 0.83 0.07
HSL 40.2º 0.85% 0.55% -
HSV(B) 40.2º 0.83% 0.93% -
XYZ 50.6 48.22 8.74 -
YUV 177.39 51.03 171.23 -
System Red Green Blue C M Y K H S L
Decimal 238 173 41 0 0.27 0.83 0.07 40.2 0.85 0.55
Hex EE AD 29 0 1B 53 7 28 55 37
Octal 356 255 51 0 33 123 7 50 125 67
Binary 11101110 10101101 101001 0 11011 1010011 111 101000 1010101 110111

Color Harmonies of #EEAD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD29

Black with #EEAD29

Text Example


Text Example

White with #EEAD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD29; }

 p { color: rgb(238,173,41); }

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

background-color css

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

 a { background-color: rgb(238,173,41); }

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

border-color css

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

 span { border-color: rgb(238,173,41); }

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