Html Css Color HEX #EDCC41 Festival

📋 copy color: '#EDCC41'

red 237 ◦ green 204 ◦ blue 65

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

Shades of Festival #EDCC41

Tints of Festival #EDCC41

RGB

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

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

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

R = 46.84%
G = 40.32%
B = 12.85%

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

#EDCC41 (or 0xEDCC41) is known color: Festival. HEX triplet: ED, CC and 41. RGB value is (237,204,65). Sum of RGB (Red+Green+Blue) = 237+204+65=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC41 is #1233BE. Grayscale: #C6C6C6. Windows color (decimal): -1192895 or 4312301. OLE color: 4312301.

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

Color convert

RGB 237 204 65 -
CMYK 0 0.14 0.73 0.07
HSL 48.49º 0.83% 0.59% -
HSV(B) 48.49º 0.73% 0.93% -
XYZ 57.47 61.57 13.86 -
YUV 198.02 52.93 155.8 -
System Red Green Blue C M Y K H S L
Decimal 237 204 65 0 0.14 0.73 0.07 48.49 0.83 0.59
Hex ED CC 41 0 E 49 7 30 53 3B
Octal 355 314 101 0 16 111 7 60 123 73
Binary 11101101 11001100 1000001 0 1110 1001001 111 110000 1010011 111011

Color Harmonies of #EDCC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC41

Black with #EDCC41

Text Example


Text Example

White with #EDCC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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