Html Css Color HEX #EBA424 Gold Tips

📋 copy color: '#EBA424'

red 235 ◦ green 164 ◦ blue 36

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

Shades of Gold Tips #EBA424

Tints of Gold Tips #EBA424

RGB

 RED value IS 235 (92.19% from 255) = 54.02%

 GREEN value IS 164 (64.45% from 255) = 37.7%

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

R = 54.02%
G = 37.7%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBA424 (or 0xEBA424) is known color: Gold Tips. HEX triplet: EB, A4 and 24. RGB value is (235,164,36). Sum of RGB (Red+Green+Blue) = 235+164+36=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA424 is #145BDB. Grayscale: #ABABAB. Windows color (decimal): -1334236 or 2401515. OLE color: 2401515.

HSL color Cylindrical-coordinate representation of color #EBA424: hue angle of 38.59º degrees, saturation: 0.83, 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 #EBA424 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 36 -
CMYK 0 0.30 0.85 0.08
HSL 38.59º 0.83% 0.53% -
HSV(B) 38.59º 0.85% 0.92% -
XYZ 47.85 44.34 7.71 -
YUV 170.64 52.02 173.91 -
System Red Green Blue C M Y K H S L
Decimal 235 164 36 0 0.30 0.85 0.08 38.59 0.83 0.53
Hex EB A4 24 0 1E 55 8 27 53 35
Octal 353 244 44 0 36 125 10 47 123 65
Binary 11101011 10100100 100100 0 11110 1010101 1000 100111 1010011 110101

Color Harmonies of #EBA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA424

Black with #EBA424

Text Example


Text Example

White with #EBA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA424; }

 p { color: rgb(235,164,36); }

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

background-color css

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

 a { background-color: rgb(235,164,36); }

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

border-color css

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

 span { border-color: rgb(235,164,36); }

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