Html Css Color HEX #ECC848 Festival

📋 copy color: '#ECC848'

red 236 ◦ green 200 ◦ blue 72

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

Shades of Festival #ECC848

Tints of Festival #ECC848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.37%

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

R = 46.46%
G = 39.37%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECC848 (or 0xECC848) is known color: Festival. HEX triplet: EC, C8 and 48. RGB value is (236,200,72). Sum of RGB (Red+Green+Blue) = 236+200+72=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC848 is #1337B7. Grayscale: #C4C4C4. Windows color (decimal): -1259448 or 4770028. OLE color: 4770028.

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

Color convert

RGB 236 200 72 -
CMYK 0 0.15 0.69 0.07
HSL 46.83º 0.81% 0.6% -
HSV(B) 46.83º 0.69% 0.93% -
XYZ 56.42 59.61 14.66 -
YUV 196.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 236 200 72 0 0.15 0.69 0.07 46.83 0.81 0.6
Hex EC C8 48 0 F 45 7 2F 51 3C
Octal 354 310 110 0 17 105 7 57 121 74
Binary 11101100 11001000 1001000 0 1111 1000101 111 101111 1010001 111100

Color Harmonies of #ECC848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC848

Black with #ECC848

Text Example


Text Example

White with #ECC848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC848; }

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

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

background-color css

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

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

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

border-color css

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

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

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