Html Css Color HEX #EAB12A Gold Tips

📋 copy color: '#EAB12A'

red 234 ◦ green 177 ◦ blue 42

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

Shades of Gold Tips #EAB12A

Tints of Gold Tips #EAB12A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

 BLUE value IS 42 (16.8% from 255) = 9.27%

R = 51.66%
G = 39.07%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAB12A (or 0xEAB12A) is known color: Gold Tips. HEX triplet: EA, B1 and 2A. RGB value is (234,177,42). Sum of RGB (Red+Green+Blue) = 234+177+42=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB12A is #154ED5. Grayscale: #B3B3B3. Windows color (decimal): -1396438 or 2798058. OLE color: 2798058.

HSL color Cylindrical-coordinate representation of color #EAB12A: hue angle of 42.19º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAB12A is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 177 42 -
CMYK 0 0.24 0.82 0.08
HSL 42.19º 0.82% 0.54% -
HSV(B) 42.19º 0.82% 0.92% -
XYZ 50.07 49.1 9.03 -
YUV 178.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 234 177 42 0 0.24 0.82 0.08 42.19 0.82 0.54
Hex EA B1 2A 0 18 52 8 2A 52 36
Octal 352 261 52 0 30 122 10 52 122 66
Binary 11101010 10110001 101010 0 11000 1010010 1000 101010 1010010 110110

Color Harmonies of #EAB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB12A

Black with #EAB12A

Text Example


Text Example

White with #EAB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB12A; }

 p { color: rgb(234,177,42); }

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

background-color css

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

 a { background-color: rgb(234,177,42); }

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

border-color css

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

 span { border-color: rgb(234,177,42); }

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