Html Css Color HEX #EDC944 Festival

📋 copy color: '#EDC944'

red 237 ◦ green 201 ◦ blue 68

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

Shades of Festival #EDC944

Tints of Festival #EDC944

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.72%

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

R = 46.84%
G = 39.72%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDC944 (or 0xEDC944) is known color: Festival. HEX triplet: ED, C9 and 44. RGB value is (237,201,68). Sum of RGB (Red+Green+Blue) = 237+201+68=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC944 is #1236BB. Grayscale: #C5C5C5. Windows color (decimal): -1193660 or 4508141. OLE color: 4508141.

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

Color convert

RGB 237 201 68 -
CMYK 0 0.15 0.71 0.07
HSL 47.22º 0.82% 0.6% -
HSV(B) 47.22º 0.71% 0.93% -
XYZ 56.86 60.2 14.09 -
YUV 196.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 237 201 68 0 0.15 0.71 0.07 47.22 0.82 0.6
Hex ED C9 44 0 F 47 7 2F 52 3C
Octal 355 311 104 0 17 107 7 57 122 74
Binary 11101101 11001001 1000100 0 1111 1000111 111 101111 1010010 111100

Color Harmonies of #EDC944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC944

Black with #EDC944

Text Example


Text Example

White with #EDC944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC944; }

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

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

background-color css

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

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

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

border-color css

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

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

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