Html Css Color HEX #EDCC49 Festival

📋 copy color: '#EDCC49'

red 237 ◦ green 204 ◦ blue 73

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

Shades of Festival #EDCC49

Tints of Festival #EDCC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.2%

R = 46.11%
G = 39.69%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDCC49 (or 0xEDCC49) is known color: Festival. HEX triplet: ED, CC and 49. RGB value is (237,204,73). Sum of RGB (Red+Green+Blue) = 237+204+73=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC49 is #1233B6. Grayscale: #C7C7C7. Windows color (decimal): -1192887 or 4836589. OLE color: 4836589.

HSL color Cylindrical-coordinate representation of color #EDCC49: hue angle of 47.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDCC49 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 73 -
CMYK 0 0.14 0.69 0.07
HSL 47.93º 0.82% 0.61% -
HSV(B) 47.93º 0.69% 0.93% -
XYZ 57.72 61.67 15.16 -
YUV 198.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 237 204 73 0 0.14 0.69 0.07 47.93 0.82 0.61
Hex ED CC 49 0 E 45 7 30 52 3D
Octal 355 314 111 0 16 105 7 60 122 75
Binary 11101101 11001100 1001001 0 1110 1000101 111 110000 1010010 111101

Color Harmonies of #EDCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC49

Black with #EDCC49

Text Example


Text Example

White with #EDCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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