Html Css Color HEX #EDC544 Festival

📋 copy color: '#EDC544'

red 237 ◦ green 197 ◦ blue 68

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

Shades of Festival #EDC544

Tints of Festival #EDC544

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.24%

 BLUE value IS 68 (26.95% from 255) = 13.55%

R = 47.21%
G = 39.24%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDC544 (or 0xEDC544) is known color: Festival. HEX triplet: ED, C5 and 44. RGB value is (237,197,68). Sum of RGB (Red+Green+Blue) = 237+197+68=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC544 is #123ABB. Grayscale: #C2C2C2. Windows color (decimal): -1194684 or 4507117. OLE color: 4507117.

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

Color convert

RGB 237 197 68 -
CMYK 0 0.17 0.71 0.07
HSL 45.8º 0.82% 0.6% -
HSV(B) 45.8º 0.71% 0.93% -
XYZ 55.93 58.35 13.78 -
YUV 194.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 237 197 68 0 0.17 0.71 0.07 45.8 0.82 0.6
Hex ED C5 44 0 11 47 7 2E 52 3C
Octal 355 305 104 0 21 107 7 56 122 74
Binary 11101101 11000101 1000100 0 10001 1000111 111 101110 1010010 111100

Color Harmonies of #EDC544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC544

Black with #EDC544

Text Example


Text Example

White with #EDC544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC544; }

 p { color: rgb(237,197,68); }

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

background-color css

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

 a { background-color: rgb(237,197,68); }

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

border-color css

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

 span { border-color: rgb(237,197,68); }

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