Html Css Color HEX #EAB31D Gold Tips

📋 copy color: '#EAB31D'

red 234 ◦ green 179 ◦ blue 29

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

Shades of Gold Tips #EAB31D

Tints of Gold Tips #EAB31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.5%

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

R = 52.94%
G = 40.5%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAB31D (or 0xEAB31D) is known color: Gold Tips. HEX triplet: EA, B3 and 1D. RGB value is (234,179,29). Sum of RGB (Red+Green+Blue) = 234+179+29=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB31D is #154CE2. Grayscale: #B3B3B3. Windows color (decimal): -1395939 or 1946602. OLE color: 1946602.

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

Color convert

RGB 234 179 29 -
CMYK 0 0.24 0.88 0.08
HSL 43.9º 0.83% 0.52% -
HSV(B) 43.9º 0.88% 0.92% -
XYZ 50.27 49.82 8.13 -
YUV 178.35 43.72 167.7 -
System Red Green Blue C M Y K H S L
Decimal 234 179 29 0 0.24 0.88 0.08 43.9 0.83 0.52
Hex EA B3 1D 0 18 58 8 2C 53 34
Octal 352 263 35 0 30 130 10 54 123 64
Binary 11101010 10110011 11101 0 11000 1011000 1000 101100 1010011 110100

Color Harmonies of #EAB31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB31D

Black with #EAB31D

Text Example


Text Example

White with #EAB31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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