#EBDD2D

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

Shades of Golden Fizz #EBDD2D

Tints of Golden Fizz #EBDD2D

Color information

#EBDD2D (or 0xEBDD2D) is unknown color: approx Golden Fizz. HEX triplet: EB, DD and 2D. RGB value is (235,221,45). Sum of RGB (Red+Green+Blue) = 235+221+45=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD2D is #1422D2. Grayscale: #CDCDCD. Windows color (decimal): -1319635 or 3005931. OLE color: 3005931.

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

Color convert

RGB23522145-
CMYK00.060.810.08
HSL55.58º82.61%54.9%-
HSV(B)55.58º80.85%92.16%-
XYZ60.5969.5612.72-
YUV205.1237.64149.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 45 (17.97% from 255) = 8.98%
R=46.91%
G=44.11%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352214500.060.810.0855.5882.6154.9
HexEBDD2D06518385337
Octal3533355506121107012367
Binary11101011110111011011010110101000110001110001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD2D; }

 p { color: rgb(235,221,45); }

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

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

 a { background-color: rgb(235,221,45); }

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

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

 span { border-color: rgb(235,221,45); }

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