#EBAF23

Color #EBAF23 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #EBAF23

Tints of Gold Tips #EBAF23

Color information

#EBAF23 (or 0xEBAF23) is unknown color: approx Gold Tips. HEX triplet: EB, AF and 23. RGB value is (235,175,35). Sum of RGB (Red+Green+Blue) = 235+175+35=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF23 is #1450DC. Grayscale: #B1B1B1. Windows color (decimal): -1331421 or 2338795. OLE color: 2338795.

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

Color convert

RGB23517535-
CMYK00.260.850.08
HSL42º83.33%52.94%-
HSV(B)42º85.11%92.16%-
XYZ49.8948.448.31-
YUV176.9847.88169.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.81%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 35 (14.06% from 255) = 7.87%
R=52.81%
G=39.33%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351753500.260.850.084283.3352.94
HexEBAF2301A5582a5335
Octal35325743032125105212365
Binary1110101110101111100011011010101010110001010101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF23; }

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

 H1.HeaderClassName
 {
   color: #EBAF23;
 }
 .AnyTagClassName
 {
   color: #EBAF23;
 }
</style>
background-color css

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

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

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

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

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

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