Html Css Color HEX #EDC647 Festival

📋 copy color: '#EDC647'

red 237 ◦ green 198 ◦ blue 71

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

Shades of Festival #EDC647

Tints of Festival #EDC647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.03%

R = 46.84%
G = 39.13%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDC647 (or 0xEDC647) is known color: Festival. HEX triplet: ED, C6 and 47. RGB value is (237,198,71). Sum of RGB (Red+Green+Blue) = 237+198+71=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC647 is #1239B8. Grayscale: #C3C3C3. Windows color (decimal): -1194425 or 4703981. OLE color: 4703981.

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

Color convert

RGB 237 198 71 -
CMYK 0 0.16 0.70 0.07
HSL 45.9º 0.82% 0.6% -
HSV(B) 45.9º 0.7% 0.93% -
XYZ 56.26 58.85 14.35 -
YUV 195.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 237 198 71 0 0.16 0.70 0.07 45.9 0.82 0.6
Hex ED C6 47 0 10 46 7 2E 52 3C
Octal 355 306 107 0 20 106 7 56 122 74
Binary 11101101 11000110 1000111 0 10000 1000110 111 101110 1010010 111100

Color Harmonies of #EDC647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC647

Black with #EDC647

Text Example


Text Example

White with #EDC647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC647; }

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

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

background-color css

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

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

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

border-color css

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

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

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