Html Css Color HEX #ECC448 Festival

📋 copy color: '#ECC448'

red 236 ◦ green 196 ◦ blue 72

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

Shades of Festival #ECC448

Tints of Festival #ECC448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.89%

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

R = 46.83%
G = 38.89%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECC448 (or 0xECC448) is known color: Festival. HEX triplet: EC, C4 and 48. RGB value is (236,196,72). Sum of RGB (Red+Green+Blue) = 236+196+72=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC448 is #133BB7. Grayscale: #C2C2C2. Windows color (decimal): -1260472 or 4769004. OLE color: 4769004.

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

Color convert

RGB 236 196 72 -
CMYK 0 0.17 0.69 0.07
HSL 45.37º 0.81% 0.6% -
HSV(B) 45.37º 0.69% 0.93% -
XYZ 55.5 57.78 14.36 -
YUV 193.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 236 196 72 0 0.17 0.69 0.07 45.37 0.81 0.6
Hex EC C4 48 0 11 45 7 2D 51 3C
Octal 354 304 110 0 21 105 7 55 121 74
Binary 11101100 11000100 1001000 0 10001 1000101 111 101101 1010001 111100

Color Harmonies of #ECC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC448

Black with #ECC448

Text Example


Text Example

White with #ECC448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC448; }

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

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

background-color css

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

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

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

border-color css

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

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

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