#ECEF20

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

Shades of Golden Fizz #ECEF20

Tints of Golden Fizz #ECEF20

Color information

#ECEF20 (or 0xECEF20) is unknown color: approx Golden Fizz. HEX triplet: EC, EF and 20. RGB value is (236,239,32). Sum of RGB (Red+Green+Blue) = 236+239+32=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 32 (12.89% from 255 or 6.31% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEF20 is #1310DF. Grayscale: #D7D7D7. Windows color (decimal): -1249504 or 2158572. OLE color: 2158572.

HSL color Cylindrical-coordinate representation of color #ECEF20: hue angle of 60.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECEF20 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB23623932-
CMYK0.0100.870.06
HSL60.87º86.61%53.14%-
HSV(B)60.87º86.61%93.73%-
XYZ65.7279.6713.28-
YUV214.525.01143.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 239 (93.75% from 255) = 47.14%
BLUE value IS 32 (12.89% from 255) = 6.31%
R=46.55%
G=47.14%
B=6.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal236239320.0100.870.0660.8786.6153.14
HexECEF20105763d5735
Octal354357401012767512765
Binary11101100111011111000001010101111101111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEF20; }

 p { color: rgb(236,239,32); }

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

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

 a { background-color: rgb(236,239,32); }

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

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

 span { border-color: rgb(236,239,32); }

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