Html Css Color HEX #EDC744 Festival

📋 copy color: '#EDC744'

red 237 ◦ green 199 ◦ blue 68

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

Shades of Festival #EDC744

Tints of Festival #EDC744

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

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

R = 47.02%
G = 39.48%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDC744 (or 0xEDC744) is known color: Festival. HEX triplet: ED, C7 and 44. RGB value is (237,199,68). Sum of RGB (Red+Green+Blue) = 237+199+68=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC744 is #1238BB. Grayscale: #C3C3C3. Windows color (decimal): -1194172 or 4507629. OLE color: 4507629.

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

Color convert

RGB 237 199 68 -
CMYK 0 0.16 0.71 0.07
HSL 46.51º 0.82% 0.6% -
HSV(B) 46.51º 0.71% 0.93% -
XYZ 56.39 59.27 13.94 -
YUV 195.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 237 199 68 0 0.16 0.71 0.07 46.51 0.82 0.6
Hex ED C7 44 0 10 47 7 2F 52 3C
Octal 355 307 104 0 20 107 7 57 122 74
Binary 11101101 11000111 1000100 0 10000 1000111 111 101111 1010010 111100

Color Harmonies of #EDC744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC744

Black with #EDC744

Text Example


Text Example

White with #EDC744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC744; }

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

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

background-color css

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

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

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

border-color css

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

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

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