Html Css Color HEX #EDC540 Festival

📋 copy color: '#EDC540'

red 237 ◦ green 197 ◦ blue 64

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

Shades of Festival #EDC540

Tints of Festival #EDC540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.56%

 BLUE value IS 64 (25.39% from 255) = 12.85%

R = 47.59%
G = 39.56%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDC540 (or 0xEDC540) is known color: Festival. HEX triplet: ED, C5 and 40. RGB value is (237,197,64). Sum of RGB (Red+Green+Blue) = 237+197+64=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC540 is #123ABF. Grayscale: #C2C2C2. Windows color (decimal): -1194688 or 4244973. OLE color: 4244973.

HSL color Cylindrical-coordinate representation of color #EDC540: hue angle of 46.13º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDC540 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 64 -
CMYK 0 0.17 0.73 0.07
HSL 46.13º 0.83% 0.59% -
HSV(B) 46.13º 0.73% 0.93% -
XYZ 55.82 58.31 13.16 -
YUV 193.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 237 197 64 0 0.17 0.73 0.07 46.13 0.83 0.59
Hex ED C5 40 0 11 49 7 2E 53 3B
Octal 355 305 100 0 21 111 7 56 123 73
Binary 11101101 11000101 1000000 0 10001 1001001 111 101110 1010011 111011

Color Harmonies of #EDC540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC540

Black with #EDC540

Text Example


Text Example

White with #EDC540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC540; }

 p { color: rgb(237,197,64); }

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

background-color css

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

 a { background-color: rgb(237,197,64); }

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

border-color css

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

 span { border-color: rgb(237,197,64); }

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