#EBDF37

Color #EBDF37 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EBDF37

Tints of Golden Fizz #EBDF37

Color information

#EBDF37 (or 0xEBDF37) is unknown color: approx Golden Fizz. HEX triplet: EB, DF and 37. RGB value is (235,223,55). Sum of RGB (Red+Green+Blue) = 235+223+55=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 55 (21.88% from 255 or 10.72% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF37 is #1420C8. Grayscale: #D0D0D0. Windows color (decimal): -1319113 or 3661803. OLE color: 3661803.

HSL color Cylindrical-coordinate representation of color #EBDF37: hue angle of 56º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBDF37 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB23522355-
CMYK00.050.770.08
HSL56º81.82%56.86%-
HSV(B)56º76.6%92.16%-
XYZ61.3470.7114.03-
YUV207.4441.98147.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 223 (87.5% from 255) = 43.47%
BLUE value IS 55 (21.88% from 255) = 10.72%
R=45.81%
G=43.47%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352235500.050.770.085681.8256.86
HexEBDF37054D8385239
Octal3533376705115107012271
Binary11101011110111111101110101100110110001110001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDF37; }

 p { color: rgb(235,223,55); }

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

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

 a { background-color: rgb(235,223,55); }

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

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

 span { border-color: rgb(235,223,55); }

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