Html Css Color HEX #EDC491 New Tan

📋 copy color: '#EDC491'

red 237 ◦ green 196 ◦ blue 145

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

Shades of New Tan #EDC491

Tints of New Tan #EDC491

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.91%

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

R = 41%
G = 33.91%
B = 25.09%

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

#EDC491 (or 0xEDC491) is known color: New Tan. HEX triplet: ED, C4 and 91. RGB value is (237,196,145). Sum of RGB (Red+Green+Blue) = 237+196+145=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC491 is #123B6E. Grayscale: #CACACA. Windows color (decimal): -1194863 or 9553133. OLE color: 9553133.

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

Color convert

RGB 237 196 145 -
CMYK 0 0.17 0.39 0.07
HSL 33.26º 0.72% 0.75% -
HSV(B) 33.26º 0.39% 0.93% -
XYZ 59.78 59.53 35.13 -
YUV 202.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 237 196 145 0 0.17 0.39 0.07 33.26 0.72 0.75
Hex ED C4 91 0 11 27 7 21 48 4B
Octal 355 304 221 0 21 47 7 41 110 113
Binary 11101101 11000100 10010001 0 10001 100111 111 100001 1001000 1001011

Color Harmonies of #EDC491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC491

Black with #EDC491

Text Example


Text Example

White with #EDC491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC491; }

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

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

background-color css

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

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

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

border-color css

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

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

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