Html Css Color HEX #EDC099 New Tan

📋 copy color: '#EDC099'

red 237 ◦ green 192 ◦ blue 153

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

Shades of New Tan #EDC099

Tints of New Tan #EDC099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.29%

R = 40.72%
G = 32.99%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDC099 (or 0xEDC099) is known color: New Tan. HEX triplet: ED, C0 and 99. RGB value is (237,192,153). Sum of RGB (Red+Green+Blue) = 237+192+153=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC099 is #123F66. Grayscale: #C9C9C9. Windows color (decimal): -1195879 or 10076397. OLE color: 10076397.

HSL color Cylindrical-coordinate representation of color #EDC099: hue angle of 27.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDC099 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 192 153 -
CMYK 0 0.19 0.35 0.07
HSL 27.86º 0.7% 0.76% -
HSV(B) 27.86º 0.35% 0.93% -
XYZ 59.52 58 38.2 -
YUV 201.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 237 192 153 0 0.19 0.35 0.07 27.86 0.7 0.76
Hex ED C0 99 0 13 23 7 1C 46 4C
Octal 355 300 231 0 23 43 7 34 106 114
Binary 11101101 11000000 10011001 0 10011 100011 111 11100 1000110 1001100

Color Harmonies of #EDC099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC099

Black with #EDC099

Text Example


Text Example

White with #EDC099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC099; }

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

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

background-color css

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

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

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

border-color css

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

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

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