Html Css Color HEX #EEAD25 Gold Tips

📋 copy color: '#EEAD25'

red 238 ◦ green 173 ◦ blue 37

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

Shades of Gold Tips #EEAD25

Tints of Gold Tips #EEAD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.26%

R = 53.13%
G = 38.62%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEAD25 (or 0xEEAD25) is known color: Gold Tips. HEX triplet: EE, AD and 25. RGB value is (238,173,37). Sum of RGB (Red+Green+Blue) = 238+173+37=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD25 is #1152DA. Grayscale: #B1B1B1. Windows color (decimal): -1135323 or 2469358. OLE color: 2469358.

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

Color convert

RGB 238 173 37 -
CMYK 0 0.27 0.84 0.07
HSL 40.6º 0.86% 0.54% -
HSV(B) 40.6º 0.84% 0.93% -
XYZ 50.54 48.2 8.39 -
YUV 176.93 49.03 171.56 -
System Red Green Blue C M Y K H S L
Decimal 238 173 37 0 0.27 0.84 0.07 40.6 0.86 0.54
Hex EE AD 25 0 1B 54 7 29 56 36
Octal 356 255 45 0 33 124 7 51 126 66
Binary 11101110 10101101 100101 0 11011 1010100 111 101001 1010110 110110

Color Harmonies of #EEAD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD25

Black with #EEAD25

Text Example


Text Example

White with #EEAD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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