Html Css Color HEX #ECD648 Festival

📋 copy color: '#ECD648'

red 236 ◦ green 214 ◦ blue 72

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

Shades of Festival #ECD648

Tints of Festival #ECD648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.79%

R = 45.21%
G = 41%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECD648 (or 0xECD648) is known color: Festival. HEX triplet: EC, D6 and 48. RGB value is (236,214,72). Sum of RGB (Red+Green+Blue) = 236+214+72=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD648 is #1329B7. Grayscale: #CCCCCC. Windows color (decimal): -1255864 or 4773612. OLE color: 4773612.

HSL color Cylindrical-coordinate representation of color #ECD648: hue angle of 51.95º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECD648 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 72 -
CMYK 0 0.09 0.69 0.07
HSL 51.95º 0.81% 0.6% -
HSV(B) 51.95º 0.69% 0.93% -
XYZ 59.81 66.39 15.79 -
YUV 204.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 236 214 72 0 0.09 0.69 0.07 51.95 0.81 0.6
Hex EC D6 48 0 9 45 7 34 51 3C
Octal 354 326 110 0 11 105 7 64 121 74
Binary 11101100 11010110 1001000 0 1001 1000101 111 110100 1010001 111100

Color Harmonies of #ECD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD648

Black with #ECD648

Text Example


Text Example

White with #ECD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD648; }

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

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

background-color css

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

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

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

border-color css

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

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

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