Html Css Color HEX #ECD048 Festival

📋 copy color: '#ECD048'

red 236 ◦ green 208 ◦ blue 72

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

Shades of Festival #ECD048

Tints of Festival #ECD048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.31%

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

R = 45.74%
G = 40.31%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECD048 (or 0xECD048) is known color: Festival. HEX triplet: EC, D0 and 48. RGB value is (236,208,72). Sum of RGB (Red+Green+Blue) = 236+208+72=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD048 is #132FB7. Grayscale: #C9C9C9. Windows color (decimal): -1257400 or 4772076. OLE color: 4772076.

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

Color convert

RGB 236 208 72 -
CMYK 0 0.12 0.69 0.07
HSL 49.76º 0.81% 0.6% -
HSV(B) 49.76º 0.69% 0.93% -
XYZ 58.32 63.41 15.3 -
YUV 200.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 236 208 72 0 0.12 0.69 0.07 49.76 0.81 0.6
Hex EC D0 48 0 C 45 7 32 51 3C
Octal 354 320 110 0 14 105 7 62 121 74
Binary 11101100 11010000 1001000 0 1100 1000101 111 110010 1010001 111100

Color Harmonies of #ECD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD048

Black with #ECD048

Text Example


Text Example

White with #ECD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD048; }

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

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

background-color css

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

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

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

border-color css

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

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

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