Html Css Color HEX #EDC698 New Tan

📋 copy color: '#EDC698'

red 237 ◦ green 198 ◦ blue 152

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

Shades of New Tan #EDC698

Tints of New Tan #EDC698

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.73%

 BLUE value IS 152 (59.77% from 255) = 25.89%

R = 40.37%
G = 33.73%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDC698 (or 0xEDC698) is known color: New Tan. HEX triplet: ED, C6 and 98. RGB value is (237,198,152). Sum of RGB (Red+Green+Blue) = 237+198+152=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC698 is #123967. Grayscale: #CCCCCC. Windows color (decimal): -1194344 or 10012397. OLE color: 10012397.

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

Color convert

RGB 237 198 152 -
CMYK 0 0.16 0.36 0.07
HSL 32.47º 0.7% 0.76% -
HSV(B) 32.47º 0.36% 0.93% -
XYZ 60.79 60.66 38.21 -
YUV 204.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 237 198 152 0 0.16 0.36 0.07 32.47 0.7 0.76
Hex ED C6 98 0 10 24 7 20 46 4C
Octal 355 306 230 0 20 44 7 40 106 114
Binary 11101101 11000110 10011000 0 10000 100100 111 100000 1000110 1001100

Color Harmonies of #EDC698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC698

Black with #EDC698

Text Example


Text Example

White with #EDC698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC698; }

 p { color: rgb(237,198,152); }

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

background-color css

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

 a { background-color: rgb(237,198,152); }

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

border-color css

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

 span { border-color: rgb(237,198,152); }

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