Html Css Color HEX #EDD149 Festival

📋 copy color: '#EDD149'

red 237 ◦ green 209 ◦ blue 73

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

Shades of Festival #EDD149

Tints of Festival #EDD149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.27%

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

R = 45.66%
G = 40.27%
B = 14.07%

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

#EDD149 (or 0xEDD149) is known color: Festival. HEX triplet: ED, D1 and 49. RGB value is (237,209,73). Sum of RGB (Red+Green+Blue) = 237+209+73=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD149 is #122EB6. Grayscale: #CACACA. Windows color (decimal): -1191607 or 4837869. OLE color: 4837869.

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

Color convert

RGB 237 209 73 -
CMYK 0 0.12 0.69 0.07
HSL 49.76º 0.82% 0.61% -
HSV(B) 49.76º 0.69% 0.93% -
XYZ 58.93 64.09 15.57 -
YUV 201.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 237 209 73 0 0.12 0.69 0.07 49.76 0.82 0.61
Hex ED D1 49 0 C 45 7 32 52 3D
Octal 355 321 111 0 14 105 7 62 122 75
Binary 11101101 11010001 1001001 0 1100 1000101 111 110010 1010010 111101

Color Harmonies of #EDD149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD149

Black with #EDD149

Text Example


Text Example

White with #EDD149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD149; }

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

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

background-color css

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

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

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

border-color css

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

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

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