Html Css Color HEX #EDD047 Festival

📋 copy color: '#EDD047'

red 237 ◦ green 208 ◦ blue 71

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

Shades of Festival #EDD047

Tints of Festival #EDD047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.31%

 BLUE value IS 71 (28.13% from 255) = 13.76%

R = 45.93%
G = 40.31%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDD047 (or 0xEDD047) is known color: Festival. HEX triplet: ED, D0 and 47. RGB value is (237,208,71). Sum of RGB (Red+Green+Blue) = 237+208+71=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 71 (28.12% from 255 or 13.76% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD047 is #122FB8. Grayscale: #C9C9C9. Windows color (decimal): -1191865 or 4706541. OLE color: 4706541.

HSL color Cylindrical-coordinate representation of color #EDD047: hue angle of 49.52º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDD047 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 71 -
CMYK 0 0.12 0.70 0.07
HSL 49.52º 0.82% 0.6% -
HSV(B) 49.52º 0.7% 0.93% -
XYZ 58.62 63.57 15.14 -
YUV 201.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 237 208 71 0 0.12 0.70 0.07 49.52 0.82 0.6
Hex ED D0 47 0 C 46 7 32 52 3C
Octal 355 320 107 0 14 106 7 62 122 74
Binary 11101101 11010000 1000111 0 1100 1000110 111 110010 1010010 111100

Color Harmonies of #EDD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD047

Black with #EDD047

Text Example


Text Example

White with #EDD047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD047; }

 p { color: rgb(237,208,71); }

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

background-color css

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

 a { background-color: rgb(237,208,71); }

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

border-color css

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

 span { border-color: rgb(237,208,71); }

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