#ECDB3B

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

Shades of Golden Fizz #ECDB3B

Tints of Golden Fizz #ECDB3B

Color information

#ECDB3B (or 0xECDB3B) is unknown color: approx Golden Fizz. HEX triplet: EC, DB and 3B. RGB value is (236,219,59). Sum of RGB (Red+Green+Blue) = 236+219+59=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 59 (23.44% from 255 or 11.48% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB3B is #1324C4. Grayscale: #CECECE. Windows color (decimal): -1254597 or 3922924. OLE color: 3922924.

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

Color convert

RGB23621959-
CMYK00.070.750.07
HSL54.24º82.33%57.84%-
HSV(B)54.24º75%92.55%-
XYZ60.7168.8114.22-
YUV205.8445.13149.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.91%
GREEN value IS 219 (85.94% from 255) = 42.61%
BLUE value IS 59 (23.44% from 255) = 11.48%
R=45.91%
G=42.61%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362195900.070.750.0754.2482.3357.84
HexECDB3B074B736523a
Octal354333730711376612272
Binary1110110011011011111011011110010111111101101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDB3B; }

 p { color: rgb(236,219,59); }

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

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

 a { background-color: rgb(236,219,59); }

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

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

 span { border-color: rgb(236,219,59); }

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