Html Css Color HEX #EDC448 Festival

📋 copy color: '#EDC448'

red 237 ◦ green 196 ◦ blue 72

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

Shades of Festival #EDC448

Tints of Festival #EDC448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.81%

 BLUE value IS 72 (28.52% from 255) = 14.26%

R = 46.93%
G = 38.81%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDC448 (or 0xEDC448) is known color: Festival. HEX triplet: ED, C4 and 48. RGB value is (237,196,72). Sum of RGB (Red+Green+Blue) = 237+196+72=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC448 is #123BB7. Grayscale: #C2C2C2. Windows color (decimal): -1194936 or 4769005. OLE color: 4769005.

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

Color convert

RGB 237 196 72 -
CMYK 0 0.17 0.70 0.07
HSL 45.09º 0.82% 0.61% -
HSV(B) 45.09º 0.7% 0.93% -
XYZ 55.83 57.95 14.37 -
YUV 194.12 59.08 158.58 -
System Red Green Blue C M Y K H S L
Decimal 237 196 72 0 0.17 0.70 0.07 45.09 0.82 0.61
Hex ED C4 48 0 11 46 7 2D 52 3D
Octal 355 304 110 0 21 106 7 55 122 75
Binary 11101101 11000100 1001000 0 10001 1000110 111 101101 1010010 111101

Color Harmonies of #EDC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC448

Black with #EDC448

Text Example


Text Example

White with #EDC448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC448; }

 p { color: rgb(237,196,72); }

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

background-color css

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

 a { background-color: rgb(237,196,72); }

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

border-color css

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

 span { border-color: rgb(237,196,72); }

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