Html Css Color HEX #EDC240 Festival

📋 copy color: '#EDC240'

red 237 ◦ green 194 ◦ blue 64

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

Shades of Festival #EDC240

Tints of Festival #EDC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.19%

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

R = 47.88%
G = 39.19%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDC240 (or 0xEDC240) is known color: Festival. HEX triplet: ED, C2 and 40. RGB value is (237,194,64). Sum of RGB (Red+Green+Blue) = 237+194+64=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC240 is #123DBF. Grayscale: #C0C0C0. Windows color (decimal): -1195456 or 4244205. OLE color: 4244205.

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

Color convert

RGB 237 194 64 -
CMYK 0 0.18 0.73 0.07
HSL 45.09º 0.83% 0.59% -
HSV(B) 45.09º 0.73% 0.93% -
XYZ 55.14 56.96 12.94 -
YUV 192.04 55.75 160.07 -
System Red Green Blue C M Y K H S L
Decimal 237 194 64 0 0.18 0.73 0.07 45.09 0.83 0.59
Hex ED C2 40 0 12 49 7 2D 53 3B
Octal 355 302 100 0 22 111 7 55 123 73
Binary 11101101 11000010 1000000 0 10010 1001001 111 101101 1010011 111011

Color Harmonies of #EDC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC240

Black with #EDC240

Text Example


Text Example

White with #EDC240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC240; }

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

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

background-color css

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

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

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

border-color css

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

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

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