Html Css Color HEX #EDC940 Festival

📋 copy color: '#EDC940'

red 237 ◦ green 201 ◦ blue 64

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

Shades of Festival #EDC940

Tints of Festival #EDC940

RGB

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

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

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

R = 47.21%
G = 40.04%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDC940 (or 0xEDC940) is known color: Festival. HEX triplet: ED, C9 and 40. RGB value is (237,201,64). Sum of RGB (Red+Green+Blue) = 237+201+64=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC940 is #1236BF. Grayscale: #C4C4C4. Windows color (decimal): -1193664 or 4245997. OLE color: 4245997.

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

Color convert

RGB 237 201 64 -
CMYK 0 0.15 0.73 0.07
HSL 47.51º 0.83% 0.59% -
HSV(B) 47.51º 0.73% 0.93% -
XYZ 56.74 60.15 13.47 -
YUV 196.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 237 201 64 0 0.15 0.73 0.07 47.51 0.83 0.59
Hex ED C9 40 0 F 49 7 30 53 3B
Octal 355 311 100 0 17 111 7 60 123 73
Binary 11101101 11001001 1000000 0 1111 1001001 111 110000 1010011 111011

Color Harmonies of #EDC940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC940

Black with #EDC940

Text Example


Text Example

White with #EDC940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC940; }

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

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

background-color css

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

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

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

border-color css

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

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

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