Html Css Color HEX #EDC640 Festival

📋 copy color: '#EDC640'

red 237 ◦ green 198 ◦ blue 64

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

Shades of Festival #EDC640

Tints of Festival #EDC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.68%

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

R = 47.49%
G = 39.68%
B = 12.83%

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

#EDC640 (or 0xEDC640) is known color: Festival. HEX triplet: ED, C6 and 40. RGB value is (237,198,64). Sum of RGB (Red+Green+Blue) = 237+198+64=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC640 is #1239BF. Grayscale: #C2C2C2. Windows color (decimal): -1194432 or 4245229. OLE color: 4245229.

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

Color convert

RGB 237 198 64 -
CMYK 0 0.16 0.73 0.07
HSL 46.47º 0.83% 0.59% -
HSV(B) 46.47º 0.73% 0.93% -
XYZ 56.04 58.76 13.24 -
YUV 194.39 54.42 158.4 -
System Red Green Blue C M Y K H S L
Decimal 237 198 64 0 0.16 0.73 0.07 46.47 0.83 0.59
Hex ED C6 40 0 10 49 7 2E 53 3B
Octal 355 306 100 0 20 111 7 56 123 73
Binary 11101101 11000110 1000000 0 10000 1001001 111 101110 1010011 111011

Color Harmonies of #EDC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC640

Black with #EDC640

Text Example


Text Example

White with #EDC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC640; }

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

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

background-color css

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

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

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

border-color css

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

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

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