Html Css Color HEX #EDC841 Festival

📋 copy color: '#EDC841'

red 237 ◦ green 200 ◦ blue 65

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

Shades of Festival #EDC841

Tints of Festival #EDC841

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.84%

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

R = 47.21%
G = 39.84%
B = 12.95%

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

#EDC841 (or 0xEDC841) is known color: Festival. HEX triplet: ED, C8 and 41. RGB value is (237,200,65). Sum of RGB (Red+Green+Blue) = 237+200+65=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC841 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC841 is #1237BE. Grayscale: #C4C4C4. Windows color (decimal): -1193919 or 4311277. OLE color: 4311277.

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

Color convert

RGB 237 200 65 -
CMYK 0 0.16 0.73 0.07
HSL 47.09º 0.83% 0.59% -
HSV(B) 47.09º 0.73% 0.93% -
XYZ 56.53 59.69 13.54 -
YUV 195.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 237 200 65 0 0.16 0.73 0.07 47.09 0.83 0.59
Hex ED C8 41 0 10 49 7 2F 53 3B
Octal 355 310 101 0 20 111 7 57 123 73
Binary 11101101 11001000 1000001 0 10000 1001001 111 101111 1010011 111011

Color Harmonies of #EDC841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC841

Black with #EDC841

Text Example


Text Example

White with #EDC841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC841; }

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

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

background-color css

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

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

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

border-color css

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

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

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