Html Css Color HEX #EAA81D Gold Tips

📋 copy color: '#EAA81D'

red 234 ◦ green 168 ◦ blue 29

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

Shades of Gold Tips #EAA81D

Tints of Gold Tips #EAA81D

RGB

 RED value IS 234 (91.8% from 255) = 54.29%

 GREEN value IS 168 (66.02% from 255) = 38.98%

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

R = 54.29%
G = 38.98%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAA81D (or 0xEAA81D) is known color: Gold Tips. HEX triplet: EA, A8 and 1D. RGB value is (234,168,29). Sum of RGB (Red+Green+Blue) = 234+168+29=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA81D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA81D is #1557E2. Grayscale: #ACACAC. Windows color (decimal): -1398755 or 1943786. OLE color: 1943786.

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

Color convert

RGB 234 168 29 -
CMYK 0 0.28 0.88 0.08
HSL 40.68º 0.83% 0.52% -
HSV(B) 40.68º 0.88% 0.92% -
XYZ 48.16 45.59 7.42 -
YUV 171.89 47.37 172.3 -
System Red Green Blue C M Y K H S L
Decimal 234 168 29 0 0.28 0.88 0.08 40.68 0.83 0.52
Hex EA A8 1D 0 1C 58 8 29 53 34
Octal 352 250 35 0 34 130 10 51 123 64
Binary 11101010 10101000 11101 0 11100 1011000 1000 101001 1010011 110100

Color Harmonies of #EAA81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA81D

Black with #EAA81D

Text Example


Text Example

White with #EAA81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA81D; }

 p { color: rgb(234,168,29); }

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

background-color css

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

 a { background-color: rgb(234,168,29); }

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

border-color css

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

 span { border-color: rgb(234,168,29); }

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