Html Css Color HEX #EDC094 New Tan

📋 copy color: '#EDC094'

red 237 ◦ green 192 ◦ blue 148

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

Shades of New Tan #EDC094

Tints of New Tan #EDC094

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.28%

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

R = 41.07%
G = 33.28%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDC094 (or 0xEDC094) is known color: New Tan. HEX triplet: ED, C0 and 94. RGB value is (237,192,148). Sum of RGB (Red+Green+Blue) = 237+192+148=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC094 is #123F6B. Grayscale: #C8C8C8. Windows color (decimal): -1195884 or 9748717. OLE color: 9748717.

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

Color convert

RGB 237 192 148 -
CMYK 0 0.19 0.38 0.07
HSL 29.66º 0.71% 0.75% -
HSV(B) 29.66º 0.38% 0.93% -
XYZ 59.12 57.84 36.07 -
YUV 200.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 237 192 148 0 0.19 0.38 0.07 29.66 0.71 0.75
Hex ED C0 94 0 13 26 7 1E 47 4B
Octal 355 300 224 0 23 46 7 36 107 113
Binary 11101101 11000000 10010100 0 10011 100110 111 11110 1000111 1001011

Color Harmonies of #EDC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC094

Black with #EDC094

Text Example


Text Example

White with #EDC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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