Html Css Color HEX #ECD240 Festival

📋 copy color: '#ECD240'

red 236 ◦ green 210 ◦ blue 64

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

Shades of Festival #ECD240

Tints of Festival #ECD240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.18%

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

R = 46.27%
G = 41.18%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECD240 (or 0xECD240) is known color: Festival. HEX triplet: EC, D2 and 40. RGB value is (236,210,64). Sum of RGB (Red+Green+Blue) = 236+210+64=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD240 is #132DBF. Grayscale: #C9C9C9. Windows color (decimal): -1256896 or 4248300. OLE color: 4248300.

HSL color Cylindrical-coordinate representation of color #ECD240: hue angle of 50.93º 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 #ECD240 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 210 64 -
CMYK 0 0.11 0.73 0.07
HSL 50.93º 0.82% 0.59% -
HSV(B) 50.93º 0.73% 0.93% -
XYZ 58.56 64.3 14.17 -
YUV 201.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 236 210 64 0 0.11 0.73 0.07 50.93 0.82 0.59
Hex EC D2 40 0 B 49 7 33 52 3B
Octal 354 322 100 0 13 111 7 63 122 73
Binary 11101100 11010010 1000000 0 1011 1001001 111 110011 1010010 111011

Color Harmonies of #ECD240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD240

Black with #ECD240

Text Example


Text Example

White with #ECD240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD240; }

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

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

background-color css

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

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

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

border-color css

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

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

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