#EBDE31

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

Shades of Golden Fizz #EBDE31

Tints of Golden Fizz #EBDE31

Color information

#EBDE31 (or 0xEBDE31) is unknown color: approx Golden Fizz. HEX triplet: EB, DE and 31. RGB value is (235,222,49). Sum of RGB (Red+Green+Blue) = 235+222+49=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDE31 is #1421CE. Grayscale: #CECECE. Windows color (decimal): -1319375 or 3268331. OLE color: 3268331.

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

Color convert

RGB23522249-
CMYK00.060.790.08
HSL55.81º82.3%55.69%-
HSV(B)55.81º79.15%92.16%-
XYZ60.9470.1313.23-
YUV206.1739.31148.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 49 (19.53% from 255) = 9.68%
R=46.44%
G=43.87%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352224900.060.790.0855.8182.355.69
HexEBDE31064F8385238
Octal3533366106117107012270
Binary11101011110111101100010110100111110001110001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE31; }

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

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

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

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

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

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

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

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