#ECD72A

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

Shades of Golden Fizz #ECD72A

Tints of Golden Fizz #ECD72A

Color information

#ECD72A (or 0xECD72A) is unknown color: approx Golden Fizz. HEX triplet: EC, D7 and 2A. RGB value is (236,215,42). Sum of RGB (Red+Green+Blue) = 236+215+42=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD72A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD72A is #1328D5. Grayscale: #CACACA. Windows color (decimal): -1255638 or 2807788. OLE color: 2807788.

HSL color Cylindrical-coordinate representation of color #ECD72A: hue angle of 53.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECD72A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB23621542-
CMYK00.090.820.07
HSL53.51º83.62%54.51%-
HSV(B)53.51º82.2%92.55%-
XYZ59.3166.611.92-
YUV201.5637.96152.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 215 (84.38% from 255) = 43.61%
BLUE value IS 42 (16.80% from 255) = 8.52%
R=47.87%
G=43.61%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362154200.090.820.0753.5183.6254.51
HexECD72A09527365437
Octal3543275201112276612467
Binary11101100110101111010100100110100101111101101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD72A; }

 p { color: rgb(236,215,42); }

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

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

 a { background-color: rgb(236,215,42); }

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

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

 span { border-color: rgb(236,215,42); }

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