Html Css Color HEX #EEAD1E Gold Tips

📋 copy color: '#EEAD1E'

red 238 ◦ green 173 ◦ blue 30

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

Shades of Gold Tips #EEAD1E

Tints of Gold Tips #EEAD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.8%

R = 53.97%
G = 39.23%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEAD1E (or 0xEEAD1E) is known color: Gold Tips. HEX triplet: EE, AD and 1E. RGB value is (238,173,30). Sum of RGB (Red+Green+Blue) = 238+173+30=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD1E is #1152E1. Grayscale: #B0B0B0. Windows color (decimal): -1135330 or 2010606. OLE color: 2010606.

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

Color convert

RGB 238 173 30 -
CMYK 0 0.27 0.87 0.07
HSL 41.25º 0.86% 0.53% -
HSV(B) 41.25º 0.87% 0.93% -
XYZ 50.44 48.16 7.87 -
YUV 176.13 45.53 172.13 -
System Red Green Blue C M Y K H S L
Decimal 238 173 30 0 0.27 0.87 0.07 41.25 0.86 0.53
Hex EE AD 1E 0 1B 57 7 29 56 35
Octal 356 255 36 0 33 127 7 51 126 65
Binary 11101110 10101101 11110 0 11011 1010111 111 101001 1010110 110101

Color Harmonies of #EEAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD1E

Black with #EEAD1E

Text Example


Text Example

White with #EEAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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