Html Css Color HEX #EDD749 Festival

📋 copy color: '#EDD749'

red 237 ◦ green 215 ◦ blue 73

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

Shades of Festival #EDD749

Tints of Festival #EDD749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.95%

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

R = 45.14%
G = 40.95%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDD749 (or 0xEDD749) is known color: Festival. HEX triplet: ED, D7 and 49. RGB value is (237,215,73). Sum of RGB (Red+Green+Blue) = 237+215+73=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD749 is #1228B6. Grayscale: #CDCDCD. Windows color (decimal): -1190071 or 4839405. OLE color: 4839405.

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

Color convert

RGB 237 215 73 -
CMYK 0 0.09 0.69 0.07
HSL 51.95º 0.82% 0.61% -
HSV(B) 51.95º 0.69% 0.93% -
XYZ 60.43 67.09 16.07 -
YUV 205.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 237 215 73 0 0.09 0.69 0.07 51.95 0.82 0.61
Hex ED D7 49 0 9 45 7 34 52 3D
Octal 355 327 111 0 11 105 7 64 122 75
Binary 11101101 11010111 1001001 0 1001 1000101 111 110100 1010010 111101

Color Harmonies of #EDD749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD749

Black with #EDD749

Text Example


Text Example

White with #EDD749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD749; }

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

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

background-color css

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

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

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

border-color css

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

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

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