Html Css Color HEX #ECD641 Festival

📋 copy color: '#ECD641'

red 236 ◦ green 214 ◦ blue 65

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

Shades of Festival #ECD641

Tints of Festival #ECD641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.55%

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

R = 45.83%
G = 41.55%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECD641 (or 0xECD641) is known color: Festival. HEX triplet: EC, D6 and 41. RGB value is (236,214,65). Sum of RGB (Red+Green+Blue) = 236+214+65=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD641 is #1329BE. Grayscale: #CCCCCC. Windows color (decimal): -1255871 or 4314860. OLE color: 4314860.

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

Color convert

RGB 236 214 65 -
CMYK 0 0.09 0.72 0.07
HSL 52.28º 0.82% 0.59% -
HSV(B) 52.28º 0.72% 0.93% -
XYZ 59.59 66.31 14.66 -
YUV 203.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 236 214 65 0 0.09 0.72 0.07 52.28 0.82 0.59
Hex EC D6 41 0 9 48 7 34 52 3B
Octal 354 326 101 0 11 110 7 64 122 73
Binary 11101100 11010110 1000001 0 1001 1001000 111 110100 1010010 111011

Color Harmonies of #ECD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD641

Black with #ECD641

Text Example


Text Example

White with #ECD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD641; }

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

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

background-color css

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

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

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

border-color css

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

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

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