Html Css Color HEX #EDC591 New Tan

📋 copy color: '#EDC591'

red 237 ◦ green 197 ◦ blue 145

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

Shades of New Tan #EDC591

Tints of New Tan #EDC591

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.02%

 BLUE value IS 145 (57.03% from 255) = 25.04%

R = 40.93%
G = 34.02%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDC591 (or 0xEDC591) is known color: New Tan. HEX triplet: ED, C5 and 91. RGB value is (237,197,145). Sum of RGB (Red+Green+Blue) = 237+197+145=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC591 is #123A6E. Grayscale: #CBCBCB. Windows color (decimal): -1194607 or 9553389. OLE color: 9553389.

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

Color convert

RGB 237 197 145 -
CMYK 0 0.17 0.39 0.07
HSL 33.91º 0.72% 0.75% -
HSV(B) 33.91º 0.39% 0.93% -
XYZ 60 59.98 35.2 -
YUV 203.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 237 197 145 0 0.17 0.39 0.07 33.91 0.72 0.75
Hex ED C5 91 0 11 27 7 22 48 4B
Octal 355 305 221 0 21 47 7 42 110 113
Binary 11101101 11000101 10010001 0 10001 100111 111 100010 1001000 1001011

Color Harmonies of #EDC591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC591

Black with #EDC591

Text Example


Text Example

White with #EDC591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC591; }

 p { color: rgb(237,197,145); }

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

background-color css

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

 a { background-color: rgb(237,197,145); }

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

border-color css

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

 span { border-color: rgb(237,197,145); }

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