Html Css Color HEX #EDC846 Festival

📋 copy color: '#EDC846'

red 237 ◦ green 200 ◦ blue 70

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

Shades of Festival #EDC846

Tints of Festival #EDC846

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.45%

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

R = 46.75%
G = 39.45%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDC846 (or 0xEDC846) is known color: Festival. HEX triplet: ED, C8 and 46. RGB value is (237,200,70). Sum of RGB (Red+Green+Blue) = 237+200+70=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC846 is #1237B9. Grayscale: #C4C4C4. Windows color (decimal): -1193914 or 4638957. OLE color: 4638957.

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

Color convert

RGB 237 200 70 -
CMYK 0 0.16 0.70 0.07
HSL 46.71º 0.82% 0.6% -
HSV(B) 46.71º 0.7% 0.93% -
XYZ 56.68 59.76 14.34 -
YUV 196.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 237 200 70 0 0.16 0.70 0.07 46.71 0.82 0.6
Hex ED C8 46 0 10 46 7 2F 52 3C
Octal 355 310 106 0 20 106 7 57 122 74
Binary 11101101 11001000 1000110 0 10000 1000110 111 101111 1010010 111100

Color Harmonies of #EDC846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC846

Black with #EDC846

Text Example


Text Example

White with #EDC846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC846; }

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

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

background-color css

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

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

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

border-color css

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

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

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