Html Css Color HEX #EDD847 Festival

📋 copy color: '#EDD847'

red 237 ◦ green 216 ◦ blue 71

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

Shades of Festival #EDD847

Tints of Festival #EDD847

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.22%

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

R = 45.23%
G = 41.22%
B = 13.55%

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

#EDD847 (or 0xEDD847) is known color: Festival. HEX triplet: ED, D8 and 47. RGB value is (237,216,71). Sum of RGB (Red+Green+Blue) = 237+216+71=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 71 (28.12% from 255 or 13.55% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD847 is #1227B8. Grayscale: #CECECE. Windows color (decimal): -1189817 or 4708589. OLE color: 4708589.

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

Color convert

RGB 237 216 71 -
CMYK 0 0.09 0.70 0.07
HSL 52.41º 0.82% 0.6% -
HSV(B) 52.41º 0.7% 0.93% -
XYZ 60.62 67.57 15.81 -
YUV 205.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 237 216 71 0 0.09 0.70 0.07 52.41 0.82 0.6
Hex ED D8 47 0 9 46 7 34 52 3C
Octal 355 330 107 0 11 106 7 64 122 74
Binary 11101101 11011000 1000111 0 1001 1000110 111 110100 1010010 111100

Color Harmonies of #EDD847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD847

Black with #EDD847

Text Example


Text Example

White with #EDD847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD847; }

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

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

background-color css

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

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

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

border-color css

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

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

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