Html Css Color HEX #EDC998 New Tan

📋 copy color: '#EDC998'

red 237 ◦ green 201 ◦ blue 152

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

Shades of New Tan #EDC998

Tints of New Tan #EDC998

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.07%

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

R = 40.17%
G = 34.07%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDC998 (or 0xEDC998) is known color: New Tan. HEX triplet: ED, C9 and 98. RGB value is (237,201,152). Sum of RGB (Red+Green+Blue) = 237+201+152=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC998 is #123667. Grayscale: #CECECE. Windows color (decimal): -1193576 or 10013165. OLE color: 10013165.

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

Color convert

RGB 237 201 152 -
CMYK 0 0.15 0.36 0.07
HSL 34.59º 0.7% 0.76% -
HSV(B) 34.59º 0.36% 0.93% -
XYZ 61.48 62.04 38.44 -
YUV 206.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 237 201 152 0 0.15 0.36 0.07 34.59 0.7 0.76
Hex ED C9 98 0 F 24 7 23 46 4C
Octal 355 311 230 0 17 44 7 43 106 114
Binary 11101101 11001001 10011000 0 1111 100100 111 100011 1000110 1001100

Color Harmonies of #EDC998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC998

Black with #EDC998

Text Example


Text Example

White with #EDC998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC998; }

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

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

background-color css

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

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

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

border-color css

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

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

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