Html Css Color HEX #EDD249 Festival

📋 copy color: '#EDD249'

red 237 ◦ green 210 ◦ blue 73

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

Shades of Festival #EDD249

Tints of Festival #EDD249

RGB

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

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

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

R = 45.58%
G = 40.38%
B = 14.04%

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

#EDD249 (or 0xEDD249) is known color: Festival. HEX triplet: ED, D2 and 49. RGB value is (237,210,73). Sum of RGB (Red+Green+Blue) = 237+210+73=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD249 is #122DB6. Grayscale: #CBCBCB. Windows color (decimal): -1191351 or 4838125. OLE color: 4838125.

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

Color convert

RGB 237 210 73 -
CMYK 0 0.11 0.69 0.07
HSL 50.12º 0.82% 0.61% -
HSV(B) 50.12º 0.69% 0.93% -
XYZ 59.17 64.58 15.65 -
YUV 202.46 54.95 152.64 -
System Red Green Blue C M Y K H S L
Decimal 237 210 73 0 0.11 0.69 0.07 50.12 0.82 0.61
Hex ED D2 49 0 B 45 7 32 52 3D
Octal 355 322 111 0 13 105 7 62 122 75
Binary 11101101 11010010 1001001 0 1011 1000101 111 110010 1010010 111101

Color Harmonies of #EDD249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD249

Black with #EDD249

Text Example


Text Example

White with #EDD249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD249; }

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

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

background-color css

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

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

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

border-color css

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

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

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