#EBD834

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

Shades of Golden Fizz #EBD834

Tints of Golden Fizz #EBD834

Color information

#EBD834 (or 0xEBD834) is unknown color: approx Golden Fizz. HEX triplet: EB, D8 and 34. RGB value is (235,216,52). Sum of RGB (Red+Green+Blue) = 235+216+52=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD834 is #1427CB. Grayscale: #CBCBCB. Windows color (decimal): -1320908 or 3463403. OLE color: 3463403.

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

Color convert

RGB23521652-
CMYK00.080.780.08
HSL53.77º82.06%56.27%-
HSV(B)53.77º77.87%92.16%-
XYZ59.4467.0213.05-
YUV202.9842.79150.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 52 (20.70% from 255) = 10.34%
R=46.72%
G=42.94%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352165200.080.780.0853.7782.0656.27
HexEBD834084E8365238
Octal35333064010116106612270
Binary111010111101100011010001000100111010001101101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD834; }

 p { color: rgb(235,216,52); }

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

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

 a { background-color: rgb(235,216,52); }

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

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

 span { border-color: rgb(235,216,52); }

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