Html Css Color HEX #EBAF28 Gold Tips

📋 copy color: '#EBAF28'

red 235 ◦ green 175 ◦ blue 40

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

Shades of Gold Tips #EBAF28

Tints of Gold Tips #EBAF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 40 (16.02% from 255) = 8.89%

R = 52.22%
G = 38.89%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EBAF28 (or 0xEBAF28) is known color: Gold Tips. HEX triplet: EB, AF and 28. RGB value is (235,175,40). Sum of RGB (Red+Green+Blue) = 235+175+40=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF28 is #1450D7. Grayscale: #B2B2B2. Windows color (decimal): -1331416 or 2666475. OLE color: 2666475.

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

Color convert

RGB 235 175 40 -
CMYK 0 0.26 0.83 0.08
HSL 41.54º 0.83% 0.54% -
HSV(B) 41.54º 0.83% 0.92% -
XYZ 49.97 48.48 8.73 -
YUV 177.55 50.38 168.98 -
System Red Green Blue C M Y K H S L
Decimal 235 175 40 0 0.26 0.83 0.08 41.54 0.83 0.54
Hex EB AF 28 0 1A 53 8 2A 53 36
Octal 353 257 50 0 32 123 10 52 123 66
Binary 11101011 10101111 101000 0 11010 1010011 1000 101010 1010011 110110

Color Harmonies of #EBAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF28

Black with #EBAF28

Text Example


Text Example

White with #EBAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF28; }

 p { color: rgb(235,175,40); }

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

background-color css

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

 a { background-color: rgb(235,175,40); }

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

border-color css

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

 span { border-color: rgb(235,175,40); }

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