Html Css Color HEX #EAB61D Gold Tips

📋 copy color: '#EAB61D'

red 234 ◦ green 182 ◦ blue 29

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

Shades of Gold Tips #EAB61D

Tints of Gold Tips #EAB61D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.9%

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

R = 52.58%
G = 40.9%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAB61D (or 0xEAB61D) is known color: Gold Tips. HEX triplet: EA, B6 and 1D. RGB value is (234,182,29). Sum of RGB (Red+Green+Blue) = 234+182+29=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB61D is #1549E2. Grayscale: #B4B4B4. Windows color (decimal): -1395171 or 1947370. OLE color: 1947370.

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

Color convert

RGB 234 182 29 -
CMYK 0 0.22 0.88 0.08
HSL 44.78º 0.83% 0.52% -
HSV(B) 44.78º 0.88% 0.92% -
XYZ 50.88 51.04 8.33 -
YUV 180.11 42.73 166.44 -
System Red Green Blue C M Y K H S L
Decimal 234 182 29 0 0.22 0.88 0.08 44.78 0.83 0.52
Hex EA B6 1D 0 16 58 8 2D 53 34
Octal 352 266 35 0 26 130 10 55 123 64
Binary 11101010 10110110 11101 0 10110 1011000 1000 101101 1010011 110100

Color Harmonies of #EAB61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB61D

Black with #EAB61D

Text Example


Text Example

White with #EAB61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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