Html Css Color HEX #ECC64C Festival

📋 copy color: '#ECC64C'

red 236 ◦ green 198 ◦ blue 76

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

Shades of Festival #ECC64C

Tints of Festival #ECC64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.9%

R = 46.27%
G = 38.82%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECC64C (or 0xECC64C) is known color: Festival. HEX triplet: EC, C6 and 4C. RGB value is (236,198,76). Sum of RGB (Red+Green+Blue) = 236+198+76=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC64C is #1339B3. Grayscale: #C3C3C3. Windows color (decimal): -1259956 or 5031660. OLE color: 5031660.

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

Color convert

RGB 236 198 76 -
CMYK 0 0.16 0.68 0.07
HSL 45.75º 0.81% 0.61% -
HSV(B) 45.75º 0.68% 0.93% -
XYZ 56.09 58.74 15.22 -
YUV 195.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 236 198 76 0 0.16 0.68 0.07 45.75 0.81 0.61
Hex EC C6 4C 0 10 44 7 2E 51 3D
Octal 354 306 114 0 20 104 7 56 121 75
Binary 11101100 11000110 1001100 0 10000 1000100 111 101110 1010001 111101

Color Harmonies of #ECC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC64C

Black with #ECC64C

Text Example


Text Example

White with #ECC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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