#ECD33E

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

Shades of Festival #ECD33E

Tints of Festival #ECD33E

Color information

#ECD33E (or 0xECD33E) is unknown color: approx Festival. HEX triplet: EC, D3 and 3E. RGB value is (236,211,62). Sum of RGB (Red+Green+Blue) = 236+211+62=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 62 (24.61% from 255 or 12.18% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD33E is #132CC1. Grayscale: #CACACA. Windows color (decimal): -1256642 or 4117484. OLE color: 4117484.

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

Color convert

RGB23621162-
CMYK00.110.740.07
HSL51.38º82.08%58.43%-
HSV(B)51.38º73.73%92.55%-
XYZ58.7664.7713.96-
YUV201.4949.28152.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.37%
GREEN value IS 211 (82.81% from 255) = 41.45%
BLUE value IS 62 (24.61% from 255) = 12.18%
R=46.37%
G=41.45%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362116200.110.740.0751.3882.0858.43
HexECD33E0B4A733523a
Octal3543237601311276312272
Binary11101100110100111111100101110010101111100111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD33E; }

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

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

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

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

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

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

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

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