#EBAB24

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

Shades of Gold Tips #EBAB24

Tints of Gold Tips #EBAB24

Color information

#EBAB24 (or 0xEBAB24) is unknown color: approx Gold Tips. HEX triplet: EB, AB and 24. RGB value is (235,171,36). Sum of RGB (Red+Green+Blue) = 235+171+36=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB24 is #1454DB. Grayscale: #AFAFAF. Windows color (decimal): -1332444 or 2403307. OLE color: 2403307.

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

Color convert

RGB23517136-
CMYK00.270.850.08
HSL40.7º83.26%53.14%-
HSV(B)40.7º84.68%92.16%-
XYZ49.1446.928.13-
YUV174.7549.7170.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.17%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 36 (14.45% from 255) = 8.14%
R=53.17%
G=38.69%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351713600.270.850.0840.783.2653.14
HexEBAB2401B558295335
Octal35325344033125105112365
Binary1110101110101011100100011011101010110001010011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAB24; }

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

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

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

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

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

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

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

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