#ECE12E

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

Shades of Golden Fizz #ECE12E

Tints of Golden Fizz #ECE12E

Color information

#ECE12E (or 0xECE12E) is unknown color: approx Golden Fizz. HEX triplet: EC, E1 and 2E. RGB value is (236,225,46). Sum of RGB (Red+Green+Blue) = 236+225+46=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE12E is #131ED1. Grayscale: #D0D0D0. Windows color (decimal): -1253074 or 3072492. OLE color: 3072492.

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

Color convert

RGB23622546-
CMYK00.050.810.07
HSL56.53º83.33%55.29%-
HSV(B)56.53º80.51%92.55%-
XYZ62.0171.8813.19-
YUV207.8836.64148.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 225 (88.28% from 255) = 44.38%
BLUE value IS 46 (18.36% from 255) = 9.07%
R=46.55%
G=44.38%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362254600.050.810.0756.5383.3355.29
HexECE12E05517395337
Octal354341560512177112367
Binary1110110011100001101110010110100011111110011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE12E; }

 p { color: rgb(236,225,46); }

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

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

 a { background-color: rgb(236,225,46); }

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

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

 span { border-color: rgb(236,225,46); }

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