Html Css Color HEX #EDC898 New Tan

📋 copy color: '#EDC898'

red 237 ◦ green 200 ◦ blue 152

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

Shades of New Tan #EDC898

Tints of New Tan #EDC898

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.96%

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

R = 40.24%
G = 33.96%
B = 25.81%

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

#EDC898 (or 0xEDC898) is known color: New Tan. HEX triplet: ED, C8 and 98. RGB value is (237,200,152). Sum of RGB (Red+Green+Blue) = 237+200+152=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC898 is #123767. Grayscale: #CDCDCD. Windows color (decimal): -1193832 or 10012909. OLE color: 10012909.

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

Color convert

RGB 237 200 152 -
CMYK 0 0.16 0.36 0.07
HSL 33.88º 0.7% 0.76% -
HSV(B) 33.88º 0.36% 0.93% -
XYZ 61.25 61.58 38.36 -
YUV 205.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 237 200 152 0 0.16 0.36 0.07 33.88 0.7 0.76
Hex ED C8 98 0 10 24 7 22 46 4C
Octal 355 310 230 0 20 44 7 42 106 114
Binary 11101101 11001000 10011000 0 10000 100100 111 100010 1000110 1001100

Color Harmonies of #EDC898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC898

Black with #EDC898

Text Example


Text Example

White with #EDC898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC898; }

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

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

background-color css

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

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

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

border-color css

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

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

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