Html Css Color HEX #EEAC1A Gold Tips

📋 copy color: '#EEAC1A'

red 238 ◦ green 172 ◦ blue 26

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

Shades of Gold Tips #EEAC1A

Tints of Gold Tips #EEAC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.96%

R = 54.59%
G = 39.45%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EEAC1A (or 0xEEAC1A) is known color: Gold Tips. HEX triplet: EE, AC and 1A. RGB value is (238,172,26). Sum of RGB (Red+Green+Blue) = 238+172+26=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC1A is #1153E5. Grayscale: #AFAFAF. Windows color (decimal): -1135590 or 1748206. OLE color: 1748206.

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

Color convert

RGB 238 172 26 -
CMYK 0 0.28 0.89 0.07
HSL 41.32º 0.86% 0.52% -
HSV(B) 41.32º 0.89% 0.93% -
XYZ 50.2 47.76 7.55 -
YUV 175.09 43.87 172.87 -
System Red Green Blue C M Y K H S L
Decimal 238 172 26 0 0.28 0.89 0.07 41.32 0.86 0.52
Hex EE AC 1A 0 1C 59 7 29 56 34
Octal 356 254 32 0 34 131 7 51 126 64
Binary 11101110 10101100 11010 0 11100 1011001 111 101001 1010110 110100

Color Harmonies of #EEAC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC1A

Black with #EEAC1A

Text Example


Text Example

White with #EEAC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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