#EBD432

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

Shades of Golden Fizz #EBD432

Tints of Golden Fizz #EBD432

Color information

#EBD432 (or 0xEBD432) is unknown color: approx Golden Fizz. HEX triplet: EB, D4 and 32. RGB value is (235,212,50). Sum of RGB (Red+Green+Blue) = 235+212+50=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD432 is #142BCD. Grayscale: #C9C9C9. Windows color (decimal): -1321934 or 3331307. OLE color: 3331307.

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

Color convert

RGB23521250-
CMYK00.100.790.08
HSL52.54º82.22%55.88%-
HSV(B)52.54º78.72%92.16%-
XYZ58.3864.9812.48-
YUV200.4143.12152.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 50 (19.92% from 255) = 10.06%
R=47.28%
G=42.66%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352125000.100.790.0852.5482.2255.88
HexEBD4320A4F8355238
Octal35332462012117106512270
Binary111010111101010011001001010100111110001101011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD432; }

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

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

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

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

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

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

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

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