Html Css Color HEX #EDC644 Festival

📋 copy color: '#EDC644'

red 237 ◦ green 198 ◦ blue 68

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

Shades of Festival #EDC644

Tints of Festival #EDC644

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.36%

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

R = 47.12%
G = 39.36%
B = 13.52%

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

#EDC644 (or 0xEDC644) is known color: Festival. HEX triplet: ED, C6 and 44. RGB value is (237,198,68). Sum of RGB (Red+Green+Blue) = 237+198+68=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC644 is #1239BB. Grayscale: #C3C3C3. Windows color (decimal): -1194428 or 4507373. OLE color: 4507373.

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

Color convert

RGB 237 198 68 -
CMYK 0 0.16 0.71 0.07
HSL 46.15º 0.82% 0.6% -
HSV(B) 46.15º 0.71% 0.93% -
XYZ 56.16 58.81 13.86 -
YUV 194.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 237 198 68 0 0.16 0.71 0.07 46.15 0.82 0.6
Hex ED C6 44 0 10 47 7 2E 52 3C
Octal 355 306 104 0 20 107 7 56 122 74
Binary 11101101 11000110 1000100 0 10000 1000111 111 101110 1010010 111100

Color Harmonies of #EDC644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC644

Black with #EDC644

Text Example


Text Example

White with #EDC644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC644; }

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

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

background-color css

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

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

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

border-color css

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

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

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