Html Css Color HEX #EDC93F Festival

📋 copy color: '#EDC93F'

red 237 ◦ green 201 ◦ blue 63

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

Shades of Festival #EDC93F

Tints of Festival #EDC93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.57%

R = 47.31%
G = 40.12%
B = 12.57%

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

#EDC93F (or 0xEDC93F) is known color: Festival. HEX triplet: ED, C9 and 3F. RGB value is (237,201,63). Sum of RGB (Red+Green+Blue) = 237+201+63=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC93F is #1236C0. Grayscale: #C4C4C4. Windows color (decimal): -1193665 or 4180461. OLE color: 4180461.

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

Color convert

RGB 237 201 63 -
CMYK 0 0.15 0.73 0.07
HSL 47.59º 0.83% 0.59% -
HSV(B) 47.59º 0.73% 0.93% -
XYZ 56.71 60.14 13.32 -
YUV 196.03 52.93 157.22 -
System Red Green Blue C M Y K H S L
Decimal 237 201 63 0 0.15 0.73 0.07 47.59 0.83 0.59
Hex ED C9 3F 0 F 49 7 30 53 3B
Octal 355 311 77 0 17 111 7 60 123 73
Binary 11101101 11001001 111111 0 1111 1001001 111 110000 1010011 111011

Color Harmonies of #EDC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC93F

Black with #EDC93F

Text Example


Text Example

White with #EDC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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