Html Css Color HEX #EDC599 New Tan

📋 copy color: '#EDC599'

red 237 ◦ green 197 ◦ blue 153

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

Shades of New Tan #EDC599

Tints of New Tan #EDC599

RGB

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

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

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

R = 40.37%
G = 33.56%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDC599 (or 0xEDC599) is known color: New Tan. HEX triplet: ED, C5 and 99. RGB value is (237,197,153). Sum of RGB (Red+Green+Blue) = 237+197+153=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC599 is #123A66. Grayscale: #CCCCCC. Windows color (decimal): -1194599 or 10077677. OLE color: 10077677.

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

Color convert

RGB 237 197 153 -
CMYK 0 0.17 0.35 0.07
HSL 31.43º 0.7% 0.76% -
HSV(B) 31.43º 0.35% 0.93% -
XYZ 60.64 60.24 38.57 -
YUV 203.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 237 197 153 0 0.17 0.35 0.07 31.43 0.7 0.76
Hex ED C5 99 0 11 23 7 1F 46 4C
Octal 355 305 231 0 21 43 7 37 106 114
Binary 11101101 11000101 10011001 0 10001 100011 111 11111 1000110 1001100

Color Harmonies of #EDC599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC599

Black with #EDC599

Text Example


Text Example

White with #EDC599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC599; }

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

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

background-color css

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

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

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

border-color css

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

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

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