Html Css Color HEX #EDC946 Festival

📋 copy color: '#EDC946'

red 237 ◦ green 201 ◦ blue 70

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

Shades of Festival #EDC946

Tints of Festival #EDC946

RGB

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

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

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

R = 46.65%
G = 39.57%
B = 13.78%

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

#EDC946 (or 0xEDC946) is known color: Festival. HEX triplet: ED, C9 and 46. RGB value is (237,201,70). Sum of RGB (Red+Green+Blue) = 237+201+70=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC946 is #1236B9. Grayscale: #C5C5C5. Windows color (decimal): -1193658 or 4639213. OLE color: 4639213.

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

Color convert

RGB 237 201 70 -
CMYK 0 0.15 0.70 0.07
HSL 47.07º 0.82% 0.6% -
HSV(B) 47.07º 0.7% 0.93% -
XYZ 56.92 60.22 14.42 -
YUV 196.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 237 201 70 0 0.15 0.70 0.07 47.07 0.82 0.6
Hex ED C9 46 0 F 46 7 2F 52 3C
Octal 355 311 106 0 17 106 7 57 122 74
Binary 11101101 11001001 1000110 0 1111 1000110 111 101111 1010010 111100

Color Harmonies of #EDC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC946

Black with #EDC946

Text Example


Text Example

White with #EDC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC946; }

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

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

background-color css

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

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

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

border-color css

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

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

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