Html Css Color HEX #EAB61C Gold Tips

📋 copy color: '#EAB61C'

red 234 ◦ green 182 ◦ blue 28

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

Shades of Gold Tips #EAB61C

Tints of Gold Tips #EAB61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.31%

R = 52.7%
G = 40.99%
B = 6.31%

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

#EAB61C (or 0xEAB61C) is known color: Gold Tips. HEX triplet: EA, B6 and 1C. RGB value is (234,182,28). Sum of RGB (Red+Green+Blue) = 234+182+28=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB61C is #1549E3. Grayscale: #B4B4B4. Windows color (decimal): -1395172 or 1881834. OLE color: 1881834.

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

Color convert

RGB 234 182 28 -
CMYK 0 0.22 0.88 0.08
HSL 44.85º 0.83% 0.51% -
HSV(B) 44.85º 0.88% 0.92% -
XYZ 50.87 51.03 8.27 -
YUV 179.99 42.23 166.52 -
System Red Green Blue C M Y K H S L
Decimal 234 182 28 0 0.22 0.88 0.08 44.85 0.83 0.51
Hex EA B6 1C 0 16 58 8 2D 53 33
Octal 352 266 34 0 26 130 10 55 123 63
Binary 11101010 10110110 11100 0 10110 1011000 1000 101101 1010011 110011

Color Harmonies of #EAB61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB61C

Black with #EAB61C

Text Example


Text Example

White with #EAB61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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