Html Css Color HEX #EBA425 Gold Tips

📋 copy color: '#EBA425'

red 235 ◦ green 164 ◦ blue 37

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

Shades of Gold Tips #EBA425

Tints of Gold Tips #EBA425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.49%

R = 53.9%
G = 37.61%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBA425 (or 0xEBA425) is known color: Gold Tips. HEX triplet: EB, A4 and 25. RGB value is (235,164,37). Sum of RGB (Red+Green+Blue) = 235+164+37=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA425 is #145BDA. Grayscale: #ABABAB. Windows color (decimal): -1334235 or 2467051. OLE color: 2467051.

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

Color convert

RGB 235 164 37 -
CMYK 0 0.30 0.84 0.08
HSL 38.48º 0.83% 0.53% -
HSV(B) 38.48º 0.84% 0.92% -
XYZ 47.87 44.35 7.79 -
YUV 170.75 52.52 173.83 -
System Red Green Blue C M Y K H S L
Decimal 235 164 37 0 0.30 0.84 0.08 38.48 0.83 0.53
Hex EB A4 25 0 1E 54 8 26 53 35
Octal 353 244 45 0 36 124 10 46 123 65
Binary 11101011 10100100 100101 0 11110 1010100 1000 100110 1010011 110101

Color Harmonies of #EBA425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA425

Black with #EBA425

Text Example


Text Example

White with #EBA425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA425; }

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

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

background-color css

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

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

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

border-color css

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

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

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