Html Css Color HEX #EDC39C New Tan

📋 copy color: '#EDC39C'

red 237 ◦ green 195 ◦ blue 156

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

Shades of New Tan #EDC39C

Tints of New Tan #EDC39C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.16%

 BLUE value IS 156 (61.33% from 255) = 26.53%

R = 40.31%
G = 33.16%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDC39C (or 0xEDC39C) is known color: New Tan. HEX triplet: ED, C3 and 9C. RGB value is (237,195,156). Sum of RGB (Red+Green+Blue) = 237+195+156=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC39C is #123C63. Grayscale: #CBCBCB. Windows color (decimal): -1195108 or 10273773. OLE color: 10273773.

HSL color Cylindrical-coordinate representation of color #EDC39C: hue angle of 28.89º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDC39C is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 195 156 -
CMYK 0 0.18 0.34 0.07
HSL 28.89º 0.69% 0.77% -
HSV(B) 28.89º 0.34% 0.93% -
XYZ 60.44 59.44 39.74 -
YUV 203.11 101.41 152.17 -
System Red Green Blue C M Y K H S L
Decimal 237 195 156 0 0.18 0.34 0.07 28.89 0.69 0.77
Hex ED C3 9C 0 12 22 7 1D 45 4D
Octal 355 303 234 0 22 42 7 35 105 115
Binary 11101101 11000011 10011100 0 10010 100010 111 11101 1000101 1001101

Color Harmonies of #EDC39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC39C

Black with #EDC39C

Text Example


Text Example

White with #EDC39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC39C; }

 p { color: rgb(237,195,156); }

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

background-color css

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

 a { background-color: rgb(237,195,156); }

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

border-color css

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

 span { border-color: rgb(237,195,156); }

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