Html Css Color HEX #EDC746 Festival

📋 copy color: '#EDC746'

red 237 ◦ green 199 ◦ blue 70

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

Shades of Festival #EDC746

Tints of Festival #EDC746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.83%

R = 46.84%
G = 39.33%
B = 13.83%

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

#EDC746 (or 0xEDC746) is known color: Festival. HEX triplet: ED, C7 and 46. RGB value is (237,199,70). Sum of RGB (Red+Green+Blue) = 237+199+70=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC746 is #1238B9. Grayscale: #C4C4C4. Windows color (decimal): -1194170 or 4638701. OLE color: 4638701.

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

Color convert

RGB 237 199 70 -
CMYK 0 0.16 0.70 0.07
HSL 46.35º 0.82% 0.6% -
HSV(B) 46.35º 0.7% 0.93% -
XYZ 56.45 59.29 14.26 -
YUV 195.66 57.09 157.49 -
System Red Green Blue C M Y K H S L
Decimal 237 199 70 0 0.16 0.70 0.07 46.35 0.82 0.6
Hex ED C7 46 0 10 46 7 2E 52 3C
Octal 355 307 106 0 20 106 7 56 122 74
Binary 11101101 11000111 1000110 0 10000 1000110 111 101110 1010010 111100

Color Harmonies of #EDC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC746

Black with #EDC746

Text Example


Text Example

White with #EDC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC746; }

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

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

background-color css

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

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

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

border-color css

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

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

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