Html Css Color HEX #EDC549 Festival

📋 copy color: '#EDC549'

red 237 ◦ green 197 ◦ blue 73

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

Shades of Festival #EDC549

Tints of Festival #EDC549

RGB

 RED value IS 237 (92.97% from 255) = 46.75%

 GREEN value IS 197 (77.34% from 255) = 38.86%

 BLUE value IS 73 (28.91% from 255) = 14.4%

R = 46.75%
G = 38.86%
B = 14.4%

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

#EDC549 (or 0xEDC549) is known color: Festival. HEX triplet: ED, C5 and 49. RGB value is (237,197,73). Sum of RGB (Red+Green+Blue) = 237+197+73=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC549 is #123AB6. Grayscale: #C3C3C3. Windows color (decimal): -1194679 or 4834797. OLE color: 4834797.

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

Color convert

RGB 237 197 73 -
CMYK 0 0.17 0.69 0.07
HSL 45.37º 0.82% 0.61% -
HSV(B) 45.37º 0.69% 0.93% -
XYZ 56.09 58.42 14.62 -
YUV 194.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 237 197 73 0 0.17 0.69 0.07 45.37 0.82 0.61
Hex ED C5 49 0 11 45 7 2D 52 3D
Octal 355 305 111 0 21 105 7 55 122 75
Binary 11101101 11000101 1001001 0 10001 1000101 111 101101 1010010 111101

Color Harmonies of #EDC549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC549

Black with #EDC549

Text Example


Text Example

White with #EDC549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC549; }

 p { color: rgb(237,197,73); }

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

background-color css

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

 a { background-color: rgb(237,197,73); }

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

border-color css

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

 span { border-color: rgb(237,197,73); }

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