Html Css Color HEX #EAB01D Gold Tips

📋 copy color: '#EAB01D'

red 234 ◦ green 176 ◦ blue 29

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

Shades of Gold Tips #EAB01D

Tints of Gold Tips #EAB01D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

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

R = 53.3%
G = 40.09%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAB01D (or 0xEAB01D) is known color: Gold Tips. HEX triplet: EA, B0 and 1D. RGB value is (234,176,29). Sum of RGB (Red+Green+Blue) = 234+176+29=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB01D is #154FE2. Grayscale: #B1B1B1. Windows color (decimal): -1396707 or 1945834. OLE color: 1945834.

HSL color Cylindrical-coordinate representation of color #EAB01D: hue angle of 43.02º 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 #EAB01D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 29 -
CMYK 0 0.25 0.88 0.08
HSL 43.02º 0.83% 0.52% -
HSV(B) 43.02º 0.88% 0.92% -
XYZ 49.68 48.63 7.93 -
YUV 176.58 44.72 168.95 -
System Red Green Blue C M Y K H S L
Decimal 234 176 29 0 0.25 0.88 0.08 43.02 0.83 0.52
Hex EA B0 1D 0 19 58 8 2B 53 34
Octal 352 260 35 0 31 130 10 53 123 64
Binary 11101010 10110000 11101 0 11001 1011000 1000 101011 1010011 110100

Color Harmonies of #EAB01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB01D

Black with #EAB01D

Text Example


Text Example

White with #EAB01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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