Html Css Color HEX #EDC849 Festival

📋 copy color: '#EDC849'

red 237 ◦ green 200 ◦ blue 73

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

Shades of Festival #EDC849

Tints of Festival #EDC849

RGB

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

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

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

R = 46.47%
G = 39.22%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDC849 (or 0xEDC849) is known color: Festival. HEX triplet: ED, C8 and 49. RGB value is (237,200,73). Sum of RGB (Red+Green+Blue) = 237+200+73=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC849 is #1237B6. Grayscale: #C5C5C5. Windows color (decimal): -1193911 or 4835565. OLE color: 4835565.

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

Color convert

RGB 237 200 73 -
CMYK 0 0.16 0.69 0.07
HSL 46.46º 0.82% 0.61% -
HSV(B) 46.46º 0.69% 0.93% -
XYZ 56.78 59.79 14.85 -
YUV 196.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 237 200 73 0 0.16 0.69 0.07 46.46 0.82 0.61
Hex ED C8 49 0 10 45 7 2E 52 3D
Octal 355 310 111 0 20 105 7 56 122 75
Binary 11101101 11001000 1001001 0 10000 1000101 111 101110 1010010 111101

Color Harmonies of #EDC849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC849

Black with #EDC849

Text Example


Text Example

White with #EDC849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC849; }

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

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

background-color css

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

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

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

border-color css

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

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

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