Html Css Color HEX #EEAC1D Gold Tips

📋 copy color: '#EEAC1D'

red 238 ◦ green 172 ◦ blue 29

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

Shades of Gold Tips #EEAC1D

Tints of Gold Tips #EEAC1D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.18%

 BLUE value IS 29 (11.72% from 255) = 6.61%

R = 54.21%
G = 39.18%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEAC1D (or 0xEEAC1D) is known color: Gold Tips. HEX triplet: EE, AC and 1D. RGB value is (238,172,29). Sum of RGB (Red+Green+Blue) = 238+172+29=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC1D is #1153E2. Grayscale: #B0B0B0. Windows color (decimal): -1135587 or 1944814. OLE color: 1944814.

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

Color convert

RGB 238 172 29 -
CMYK 0 0.28 0.88 0.07
HSL 41.05º 0.86% 0.52% -
HSV(B) 41.05º 0.88% 0.93% -
XYZ 50.23 47.77 7.74 -
YUV 175.43 45.37 172.63 -
System Red Green Blue C M Y K H S L
Decimal 238 172 29 0 0.28 0.88 0.07 41.05 0.86 0.52
Hex EE AC 1D 0 1C 58 7 29 56 34
Octal 356 254 35 0 34 130 7 51 126 64
Binary 11101110 10101100 11101 0 11100 1011000 111 101001 1010110 110100

Color Harmonies of #EEAC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC1D

Black with #EEAC1D

Text Example


Text Example

White with #EEAC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC1D; }

 p { color: rgb(238,172,29); }

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

background-color css

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

 a { background-color: rgb(238,172,29); }

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

border-color css

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

 span { border-color: rgb(238,172,29); }

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