Html Css Color HEX #EDC740 Festival

📋 copy color: '#EDC740'

red 237 ◦ green 199 ◦ blue 64

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

Shades of Festival #EDC740

Tints of Festival #EDC740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.8%

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

R = 47.4%
G = 39.8%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDC740 (or 0xEDC740) is known color: Festival. HEX triplet: ED, C7 and 40. RGB value is (237,199,64). Sum of RGB (Red+Green+Blue) = 237+199+64=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC740 is #1238BF. Grayscale: #C3C3C3. Windows color (decimal): -1194176 or 4245485. OLE color: 4245485.

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

Color convert

RGB 237 199 64 -
CMYK 0 0.16 0.73 0.07
HSL 46.82º 0.83% 0.59% -
HSV(B) 46.82º 0.73% 0.93% -
XYZ 56.27 59.22 13.32 -
YUV 194.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 237 199 64 0 0.16 0.73 0.07 46.82 0.83 0.59
Hex ED C7 40 0 10 49 7 2F 53 3B
Octal 355 307 100 0 20 111 7 57 123 73
Binary 11101101 11000111 1000000 0 10000 1001001 111 101111 1010011 111011

Color Harmonies of #EDC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC740

Black with #EDC740

Text Example


Text Example

White with #EDC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC740; }

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

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

background-color css

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

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

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

border-color css

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

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

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