Html Css Color HEX #EDC241 Festival

📋 copy color: '#EDC241'

red 237 ◦ green 194 ◦ blue 65

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

Shades of Festival #EDC241

Tints of Festival #EDC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.11%

 BLUE value IS 65 (25.78% from 255) = 13.1%

R = 47.78%
G = 39.11%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDC241 (or 0xEDC241) is known color: Festival. HEX triplet: ED, C2 and 41. RGB value is (237,194,65). Sum of RGB (Red+Green+Blue) = 237+194+65=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC241 is #123DBE. Grayscale: #C0C0C0. Windows color (decimal): -1195455 or 4309741. OLE color: 4309741.

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

Color convert

RGB 237 194 65 -
CMYK 0 0.18 0.73 0.07
HSL 45º 0.83% 0.59% -
HSV(B) 45º 0.73% 0.93% -
XYZ 55.17 56.97 13.09 -
YUV 192.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 237 194 65 0 0.18 0.73 0.07 45 0.83 0.59
Hex ED C2 41 0 12 49 7 2D 53 3B
Octal 355 302 101 0 22 111 7 55 123 73
Binary 11101101 11000010 1000001 0 10010 1001001 111 101101 1010011 111011

Color Harmonies of #EDC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC241

Black with #EDC241

Text Example


Text Example

White with #EDC241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC241; }

 p { color: rgb(237,194,65); }

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

background-color css

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

 a { background-color: rgb(237,194,65); }

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

border-color css

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

 span { border-color: rgb(237,194,65); }

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