#EBD632

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

Shades of Golden Fizz #EBD632

Tints of Golden Fizz #EBD632

Color information

#EBD632 (or 0xEBD632) is unknown color: approx Golden Fizz. HEX triplet: EB, D6 and 32. RGB value is (235,214,50). Sum of RGB (Red+Green+Blue) = 235+214+50=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD632 is #1429CD. Grayscale: #CACACA. Windows color (decimal): -1321422 or 3331819. OLE color: 3331819.

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

Color convert

RGB23521450-
CMYK00.090.790.08
HSL53.19º82.22%55.88%-
HSV(B)53.19º78.72%92.16%-
XYZ58.8865.9912.65-
YUV201.5842.46151.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.09%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 50 (19.92% from 255) = 10.02%
R=47.09%
G=42.89%
B=10.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352145000.090.790.0853.1982.2255.88
HexEBD632094F8355238
Octal35332662011117106512270
Binary111010111101011011001001001100111110001101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD632; }

 p { color: rgb(235,214,50); }

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

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

 a { background-color: rgb(235,214,50); }

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

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

 span { border-color: rgb(235,214,50); }

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