#EBD831

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

Shades of Golden Fizz #EBD831

Tints of Golden Fizz #EBD831

Color information

#EBD831 (or 0xEBD831) is unknown color: approx Golden Fizz. HEX triplet: EB, D8 and 31. RGB value is (235,216,49). Sum of RGB (Red+Green+Blue) = 235+216+49=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD831 is #1427CE. Grayscale: #CBCBCB. Windows color (decimal): -1320911 or 3266795. OLE color: 3266795.

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

Color convert

RGB23521649-
CMYK00.080.790.08
HSL53.87º82.3%55.69%-
HSV(B)53.87º79.15%92.16%-
XYZ59.376712.71-
YUV202.6441.29151.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 49 (19.53% from 255) = 9.8%
R=47%
G=43.2%
B=9.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352164900.080.790.0853.8782.355.69
HexEBD831084F8365238
Octal35333061010117106612270
Binary111010111101100011000101000100111110001101101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD831; }

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

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

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

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

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

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

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

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