Html Css Color HEX #EAB624 Gold Tips

📋 copy color: '#EAB624'

red 234 ◦ green 182 ◦ blue 36

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

Shades of Gold Tips #EAB624

Tints of Gold Tips #EAB624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.96%

R = 51.77%
G = 40.27%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAB624 (or 0xEAB624) is known color: Gold Tips. HEX triplet: EA, B6 and 24. RGB value is (234,182,36). Sum of RGB (Red+Green+Blue) = 234+182+36=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB624 is #1549DB. Grayscale: #B5B5B5. Windows color (decimal): -1395164 or 2406122. OLE color: 2406122.

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

Color convert

RGB 234 182 36 -
CMYK 0 0.22 0.85 0.08
HSL 44.24º 0.83% 0.53% -
HSV(B) 44.24º 0.85% 0.92% -
XYZ 50.98 51.08 8.84 -
YUV 180.9 46.23 165.87 -
System Red Green Blue C M Y K H S L
Decimal 234 182 36 0 0.22 0.85 0.08 44.24 0.83 0.53
Hex EA B6 24 0 16 55 8 2C 52 35
Octal 352 266 44 0 26 125 10 54 122 65
Binary 11101010 10110110 100100 0 10110 1010101 1000 101100 1010010 110101

Color Harmonies of #EAB624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB624

Black with #EAB624

Text Example


Text Example

White with #EAB624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB624; }

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

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

background-color css

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

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

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

border-color css

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

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

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