Html Css Color HEX #ECD241 Festival

📋 copy color: '#ECD241'

red 236 ◦ green 210 ◦ blue 65

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

Shades of Festival #ECD241

Tints of Festival #ECD241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.72%

R = 46.18%
G = 41.1%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECD241 (or 0xECD241) is known color: Festival. HEX triplet: EC, D2 and 41. RGB value is (236,210,65). Sum of RGB (Red+Green+Blue) = 236+210+65=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD241 is #132DBE. Grayscale: #C9C9C9. Windows color (decimal): -1256895 or 4313836. OLE color: 4313836.

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

Color convert

RGB 236 210 65 -
CMYK 0 0.11 0.72 0.07
HSL 50.88º 0.82% 0.59% -
HSV(B) 50.88º 0.72% 0.93% -
XYZ 58.59 64.31 14.33 -
YUV 201.24 51.11 152.79 -
System Red Green Blue C M Y K H S L
Decimal 236 210 65 0 0.11 0.72 0.07 50.88 0.82 0.59
Hex EC D2 41 0 B 48 7 33 52 3B
Octal 354 322 101 0 13 110 7 63 122 73
Binary 11101100 11010010 1000001 0 1011 1001000 111 110011 1010010 111011

Color Harmonies of #ECD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD241

Black with #ECD241

Text Example


Text Example

White with #ECD241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD241; }

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

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

background-color css

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

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

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

border-color css

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

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

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