#ECD338

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

Shades of Golden Fizz #ECD338

Tints of Golden Fizz #ECD338

Color information

#ECD338 (or 0xECD338) is unknown color: approx Golden Fizz. HEX triplet: EC, D3 and 38. RGB value is (236,211,56). Sum of RGB (Red+Green+Blue) = 236+211+56=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD338 is #132CC7. Grayscale: #C9C9C9. Windows color (decimal): -1256648 or 3724268. OLE color: 3724268.

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

Color convert

RGB23621156-
CMYK00.110.760.07
HSL51.67º82.57%57.25%-
HSV(B)51.67º76.27%92.55%-
XYZ58.664.7113.14-
YUV200.846.28153.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 56 (22.27% from 255) = 11.13%
R=46.92%
G=41.95%
B=11.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362115600.110.760.0751.6782.5757.25
HexECD3380B4C7345339
Octal3543237001311476412371
Binary11101100110100111110000101110011001111101001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD338; }

 p { color: rgb(236,211,56); }

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

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

 a { background-color: rgb(236,211,56); }

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

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

 span { border-color: rgb(236,211,56); }

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