Html Css Color HEX #EDC947 Festival

📋 copy color: '#EDC947'

red 237 ◦ green 201 ◦ blue 71

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

Shades of Festival #EDC947

Tints of Festival #EDC947

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.49%

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

R = 46.56%
G = 39.49%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDC947 (or 0xEDC947) is known color: Festival. HEX triplet: ED, C9 and 47. RGB value is (237,201,71). Sum of RGB (Red+Green+Blue) = 237+201+71=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC947 is #1236B8. Grayscale: #C5C5C5. Windows color (decimal): -1193657 or 4704749. OLE color: 4704749.

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

Color convert

RGB 237 201 71 -
CMYK 0 0.15 0.70 0.07
HSL 46.99º 0.82% 0.6% -
HSV(B) 46.99º 0.7% 0.93% -
XYZ 56.95 60.23 14.59 -
YUV 196.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 237 201 71 0 0.15 0.70 0.07 46.99 0.82 0.6
Hex ED C9 47 0 F 46 7 2F 52 3C
Octal 355 311 107 0 17 106 7 57 122 74
Binary 11101101 11001001 1000111 0 1111 1000110 111 101111 1010010 111100

Color Harmonies of #EDC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC947

Black with #EDC947

Text Example


Text Example

White with #EDC947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC947; }

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

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

background-color css

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

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

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

border-color css

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

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

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