Html Css Color HEX #ECD440 Festival

📋 copy color: '#ECD440'

red 236 ◦ green 212 ◦ blue 64

#ECD440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #ECD440

Tints of Festival #ECD440

RGB

 RED value IS 236 (92.58% from 255) = 46.09%

 GREEN value IS 212 (83.2% from 255) = 41.41%

 BLUE value IS 64 (25.39% from 255) = 12.5%

R = 46.09%
G = 41.41%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECD440 (or 0xECD440) is known color: Festival. HEX triplet: EC, D4 and 40. RGB value is (236,212,64). Sum of RGB (Red+Green+Blue) = 236+212+64=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD440 is #132BBF. Grayscale: #CACACA. Windows color (decimal): -1256384 or 4248812. OLE color: 4248812.

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

Color convert

RGB 236 212 64 -
CMYK 0 0.10 0.73 0.07
HSL 51.63º 0.82% 0.59% -
HSV(B) 51.63º 0.73% 0.93% -
XYZ 59.06 65.29 14.34 -
YUV 202.3 49.95 152.03 -
System Red Green Blue C M Y K H S L
Decimal 236 212 64 0 0.10 0.73 0.07 51.63 0.82 0.59
Hex EC D4 40 0 A 49 7 34 52 3B
Octal 354 324 100 0 12 111 7 64 122 73
Binary 11101100 11010100 1000000 0 1010 1001001 111 110100 1010010 111011

Color Harmonies of #ECD440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD440

Black with #ECD440

Text Example


Text Example

White with #ECD440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD440; }

 p { color: rgb(236,212,64); }

 H1.HeaderClassName
 {
   color: #ECD440;
 }
 .AnyTagClassName
 {
   color: #ECD440;
 }
</style>

background-color css

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

 a { background-color: rgb(236,212,64); }

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

border-color css

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

 span { border-color: rgb(236,212,64); }

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