Html Css Color HEX #EDD046 Festival

📋 copy color: '#EDD046'

red 237 ◦ green 208 ◦ blue 70

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

Shades of Festival #EDD046

Tints of Festival #EDD046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.59%

R = 46.02%
G = 40.39%
B = 13.59%

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

#EDD046 (or 0xEDD046) is known color: Festival. HEX triplet: ED, D0 and 46. RGB value is (237,208,70). Sum of RGB (Red+Green+Blue) = 237+208+70=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD046 is #122FB9. Grayscale: #C9C9C9. Windows color (decimal): -1191866 or 4641005. OLE color: 4641005.

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

Color convert

RGB 237 208 70 -
CMYK 0 0.12 0.70 0.07
HSL 49.58º 0.82% 0.6% -
HSV(B) 49.58º 0.7% 0.93% -
XYZ 58.59 63.56 14.97 -
YUV 200.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 237 208 70 0 0.12 0.70 0.07 49.58 0.82 0.6
Hex ED D0 46 0 C 46 7 32 52 3C
Octal 355 320 106 0 14 106 7 62 122 74
Binary 11101101 11010000 1000110 0 1100 1000110 111 110010 1010010 111100

Color Harmonies of #EDD046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD046

Black with #EDD046

Text Example


Text Example

White with #EDD046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD046; }

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

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

background-color css

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

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

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

border-color css

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

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

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