Html Css Color HEX #ECC648 Festival

📋 copy color: '#ECC648'

red 236 ◦ green 198 ◦ blue 72

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

Shades of Festival #ECC648

Tints of Festival #ECC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.13%

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

R = 46.64%
G = 39.13%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECC648 (or 0xECC648) is known color: Festival. HEX triplet: EC, C6 and 48. RGB value is (236,198,72). Sum of RGB (Red+Green+Blue) = 236+198+72=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC648 is #1339B7. Grayscale: #C3C3C3. Windows color (decimal): -1259960 or 4769516. OLE color: 4769516.

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

Color convert

RGB 236 198 72 -
CMYK 0 0.16 0.69 0.07
HSL 46.1º 0.81% 0.6% -
HSV(B) 46.1º 0.69% 0.93% -
XYZ 55.96 58.69 14.51 -
YUV 195 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 236 198 72 0 0.16 0.69 0.07 46.1 0.81 0.6
Hex EC C6 48 0 10 45 7 2E 51 3C
Octal 354 306 110 0 20 105 7 56 121 74
Binary 11101100 11000110 1001000 0 10000 1000101 111 101110 1010001 111100

Color Harmonies of #ECC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC648

Black with #ECC648

Text Example


Text Example

White with #ECC648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC648; }

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

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

background-color css

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

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

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

border-color css

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

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

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