Html Css Color HEX #EDC093 New Tan

📋 copy color: '#EDC093'

red 237 ◦ green 192 ◦ blue 147

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

Shades of New Tan #EDC093

Tints of New Tan #EDC093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.52%

R = 41.15%
G = 33.33%
B = 25.52%

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

#EDC093 (or 0xEDC093) is known color: New Tan. HEX triplet: ED, C0 and 93. RGB value is (237,192,147). Sum of RGB (Red+Green+Blue) = 237+192+147=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC093 is #123F6C. Grayscale: #C8C8C8. Windows color (decimal): -1195885 or 9683181. OLE color: 9683181.

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

Color convert

RGB 237 192 147 -
CMYK 0 0.19 0.38 0.07
HSL 30º 0.71% 0.75% -
HSV(B) 30º 0.38% 0.93% -
XYZ 59.04 57.81 35.65 -
YUV 200.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 237 192 147 0 0.19 0.38 0.07 30 0.71 0.75
Hex ED C0 93 0 13 26 7 1E 47 4B
Octal 355 300 223 0 23 46 7 36 107 113
Binary 11101101 11000000 10010011 0 10011 100110 111 11110 1000111 1001011

Color Harmonies of #EDC093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC093

Black with #EDC093

Text Example


Text Example

White with #EDC093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC093; }

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

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

background-color css

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

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

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

border-color css

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

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

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