Html Css Color HEX #EEAC2C Gold Tips

📋 copy color: '#EEAC2C'

red 238 ◦ green 172 ◦ blue 44

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

Shades of Gold Tips #EEAC2C

Tints of Gold Tips #EEAC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.69%

R = 52.42%
G = 37.89%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEAC2C (or 0xEEAC2C) is known color: Gold Tips. HEX triplet: EE, AC and 2C. RGB value is (238,172,44). Sum of RGB (Red+Green+Blue) = 238+172+44=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC2C is #1153D3. Grayscale: #B1B1B1. Windows color (decimal): -1135572 or 2927854. OLE color: 2927854.

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

Color convert

RGB 238 172 44 -
CMYK 0 0.28 0.82 0.07
HSL 39.59º 0.85% 0.55% -
HSV(B) 39.59º 0.82% 0.93% -
XYZ 50.47 47.86 8.96 -
YUV 177.14 52.87 171.41 -
System Red Green Blue C M Y K H S L
Decimal 238 172 44 0 0.28 0.82 0.07 39.59 0.85 0.55
Hex EE AC 2C 0 1C 52 7 28 55 37
Octal 356 254 54 0 34 122 7 50 125 67
Binary 11101110 10101100 101100 0 11100 1010010 111 101000 1010101 110111

Color Harmonies of #EEAC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC2C

Black with #EEAC2C

Text Example


Text Example

White with #EEAC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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