Html Css Color HEX #EDC091 New Tan

📋 copy color: '#EDC091'

red 237 ◦ green 192 ◦ blue 145

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

Shades of New Tan #EDC091

Tints of New Tan #EDC091

RGB

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

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

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

R = 41.29%
G = 33.45%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDC091 (or 0xEDC091) is known color: New Tan. HEX triplet: ED, C0 and 91. RGB value is (237,192,145). Sum of RGB (Red+Green+Blue) = 237+192+145=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC091 is #123F6E. Grayscale: #C8C8C8. Windows color (decimal): -1195887 or 9552109. OLE color: 9552109.

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

Color convert

RGB 237 192 145 -
CMYK 0 0.19 0.39 0.07
HSL 30.65º 0.72% 0.75% -
HSV(B) 30.65º 0.39% 0.93% -
XYZ 58.89 57.75 34.83 -
YUV 200.1 96.91 154.32 -
System Red Green Blue C M Y K H S L
Decimal 237 192 145 0 0.19 0.39 0.07 30.65 0.72 0.75
Hex ED C0 91 0 13 27 7 1F 48 4B
Octal 355 300 221 0 23 47 7 37 110 113
Binary 11101101 11000000 10010001 0 10011 100111 111 11111 1001000 1001011

Color Harmonies of #EDC091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC091

Black with #EDC091

Text Example


Text Example

White with #EDC091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC091; }

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

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

background-color css

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

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

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

border-color css

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

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

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