Html Css Color HEX #EDCC40 Festival

📋 copy color: '#EDCC40'

red 237 ◦ green 204 ◦ blue 64

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

Shades of Festival #EDCC40

Tints of Festival #EDCC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.4%

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

R = 46.93%
G = 40.4%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDCC40 (or 0xEDCC40) is known color: Festival. HEX triplet: ED, CC and 40. RGB value is (237,204,64). Sum of RGB (Red+Green+Blue) = 237+204+64=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC40 is #1233BF. Grayscale: #C6C6C6. Windows color (decimal): -1192896 or 4246765. OLE color: 4246765.

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

Color convert

RGB 237 204 64 -
CMYK 0 0.14 0.73 0.07
HSL 48.55º 0.83% 0.59% -
HSV(B) 48.55º 0.73% 0.93% -
XYZ 57.44 61.56 13.71 -
YUV 197.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 237 204 64 0 0.14 0.73 0.07 48.55 0.83 0.59
Hex ED CC 40 0 E 49 7 31 53 3B
Octal 355 314 100 0 16 111 7 61 123 73
Binary 11101101 11001100 1000000 0 1110 1001001 111 110001 1010011 111011

Color Harmonies of #EDCC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC40

Black with #EDCC40

Text Example


Text Example

White with #EDCC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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