Html Css Color HEX #EDD546 Festival

📋 copy color: '#EDD546'

red 237 ◦ green 213 ◦ blue 70

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

Shades of Festival #EDD546

Tints of Festival #EDD546

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.96%

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

R = 45.58%
G = 40.96%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDD546 (or 0xEDD546) is known color: Festival. HEX triplet: ED, D5 and 46. RGB value is (237,213,70). Sum of RGB (Red+Green+Blue) = 237+213+70=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD546 is #122AB9. Grayscale: #CCCCCC. Windows color (decimal): -1190586 or 4642285. OLE color: 4642285.

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

Color convert

RGB 237 213 70 -
CMYK 0 0.10 0.70 0.07
HSL 51.38º 0.82% 0.6% -
HSV(B) 51.38º 0.7% 0.93% -
XYZ 59.82 66.04 15.39 -
YUV 203.87 52.45 151.63 -
System Red Green Blue C M Y K H S L
Decimal 237 213 70 0 0.10 0.70 0.07 51.38 0.82 0.6
Hex ED D5 46 0 A 46 7 33 52 3C
Octal 355 325 106 0 12 106 7 63 122 74
Binary 11101101 11010101 1000110 0 1010 1000110 111 110011 1010010 111100

Color Harmonies of #EDD546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD546

Black with #EDD546

Text Example


Text Example

White with #EDD546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD546; }

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

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

background-color css

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

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

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

border-color css

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

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

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