Html Css Color HEX #EDD246 Festival

📋 copy color: '#EDD246'

red 237 ◦ green 210 ◦ blue 70

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

Shades of Festival #EDD246

Tints of Festival #EDD246

RGB

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

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

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

R = 45.84%
G = 40.62%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDD246 (or 0xEDD246) is known color: Festival. HEX triplet: ED, D2 and 46. RGB value is (237,210,70). Sum of RGB (Red+Green+Blue) = 237+210+70=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD246 is #122DB9. Grayscale: #CACACA. Windows color (decimal): -1191354 or 4641517. OLE color: 4641517.

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

Color convert

RGB 237 210 70 -
CMYK 0 0.11 0.70 0.07
HSL 50.3º 0.82% 0.6% -
HSV(B) 50.3º 0.7% 0.93% -
XYZ 59.08 64.54 15.14 -
YUV 202.11 53.45 152.88 -
System Red Green Blue C M Y K H S L
Decimal 237 210 70 0 0.11 0.70 0.07 50.3 0.82 0.6
Hex ED D2 46 0 B 46 7 32 52 3C
Octal 355 322 106 0 13 106 7 62 122 74
Binary 11101101 11010010 1000110 0 1011 1000110 111 110010 1010010 111100

Color Harmonies of #EDD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD246

Black with #EDD246

Text Example


Text Example

White with #EDD246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD246; }

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

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

background-color css

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

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

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

border-color css

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

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

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