Html Css Color HEX #EDC140 Festival

📋 copy color: '#EDC140'

red 237 ◦ green 193 ◦ blue 64

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

Shades of Festival #EDC140

Tints of Festival #EDC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.07%

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

R = 47.98%
G = 39.07%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDC140 (or 0xEDC140) is known color: Festival. HEX triplet: ED, C1 and 40. RGB value is (237,193,64). Sum of RGB (Red+Green+Blue) = 237+193+64=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC140 is #123EBF. Grayscale: #C0C0C0. Windows color (decimal): -1195712 or 4243949. OLE color: 4243949.

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

Color convert

RGB 237 193 64 -
CMYK 0 0.19 0.73 0.07
HSL 44.74º 0.83% 0.59% -
HSV(B) 44.74º 0.73% 0.93% -
XYZ 54.92 56.51 12.86 -
YUV 191.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 237 193 64 0 0.19 0.73 0.07 44.74 0.83 0.59
Hex ED C1 40 0 13 49 7 2D 53 3B
Octal 355 301 100 0 23 111 7 55 123 73
Binary 11101101 11000001 1000000 0 10011 1001001 111 101101 1010011 111011

Color Harmonies of #EDC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC140

Black with #EDC140

Text Example


Text Example

White with #EDC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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