Html Css Color HEX #ECD248 Festival

📋 copy color: '#ECD248'

red 236 ◦ green 210 ◦ blue 72

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

Shades of Festival #ECD248

Tints of Festival #ECD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.54%

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

R = 45.56%
G = 40.54%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECD248 (or 0xECD248) is known color: Festival. HEX triplet: EC, D2 and 48. RGB value is (236,210,72). Sum of RGB (Red+Green+Blue) = 236+210+72=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD248 is #132DB7. Grayscale: #CACACA. Windows color (decimal): -1256888 or 4772588. OLE color: 4772588.

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

Color convert

RGB 236 210 72 -
CMYK 0 0.11 0.69 0.07
HSL 50.49º 0.81% 0.6% -
HSV(B) 50.49º 0.69% 0.93% -
XYZ 58.81 64.39 15.46 -
YUV 202.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 236 210 72 0 0.11 0.69 0.07 50.49 0.81 0.6
Hex EC D2 48 0 B 45 7 32 51 3C
Octal 354 322 110 0 13 105 7 62 121 74
Binary 11101100 11010010 1001000 0 1011 1000101 111 110010 1010001 111100

Color Harmonies of #ECD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD248

Black with #ECD248

Text Example


Text Example

White with #ECD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD248; }

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

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

background-color css

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

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

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

border-color css

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

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

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