Html Css Color HEX #EDD746 Festival

📋 copy color: '#EDD746'

red 237 ◦ green 215 ◦ blue 70

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

Shades of Festival #EDD746

Tints of Festival #EDD746

RGB

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

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

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

R = 45.4%
G = 41.19%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDD746 (or 0xEDD746) is known color: Festival. HEX triplet: ED, D7 and 46. RGB value is (237,215,70). Sum of RGB (Red+Green+Blue) = 237+215+70=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD746 is #1228B9. Grayscale: #CDCDCD. Windows color (decimal): -1190074 or 4642797. OLE color: 4642797.

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

Color convert

RGB 237 215 70 -
CMYK 0 0.09 0.70 0.07
HSL 52.1º 0.82% 0.6% -
HSV(B) 52.1º 0.7% 0.93% -
XYZ 60.33 67.05 15.56 -
YUV 205.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 237 215 70 0 0.09 0.70 0.07 52.1 0.82 0.6
Hex ED D7 46 0 9 46 7 34 52 3C
Octal 355 327 106 0 11 106 7 64 122 74
Binary 11101101 11010111 1000110 0 1001 1000110 111 110100 1010010 111100

Color Harmonies of #EDD746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD746

Black with #EDD746

Text Example


Text Example

White with #EDD746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD746; }

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

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

background-color css

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

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

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

border-color css

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

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

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