Html Css Color HEX #EDC794 New Tan

📋 copy color: '#EDC794'

red 237 ◦ green 199 ◦ blue 148

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

Shades of New Tan #EDC794

Tints of New Tan #EDC794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.34%

R = 40.58%
G = 34.08%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDC794 (or 0xEDC794) is known color: New Tan. HEX triplet: ED, C7 and 94. RGB value is (237,199,148). Sum of RGB (Red+Green+Blue) = 237+199+148=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC794 is #12386B. Grayscale: #CCCCCC. Windows color (decimal): -1194092 or 9750509. OLE color: 9750509.

HSL color Cylindrical-coordinate representation of color #EDC794: hue angle of 34.38º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDC794 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 148 -
CMYK 0 0.16 0.38 0.07
HSL 34.38º 0.71% 0.75% -
HSV(B) 34.38º 0.38% 0.93% -
XYZ 60.69 60.99 36.59 -
YUV 204.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 237 199 148 0 0.16 0.38 0.07 34.38 0.71 0.75
Hex ED C7 94 0 10 26 7 22 47 4B
Octal 355 307 224 0 20 46 7 42 107 113
Binary 11101101 11000111 10010100 0 10000 100110 111 100010 1000111 1001011

Color Harmonies of #EDC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC794

Black with #EDC794

Text Example


Text Example

White with #EDC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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