Html Css Color HEX #EDC499 New Tan

📋 copy color: '#EDC499'

red 237 ◦ green 196 ◦ blue 153

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

Shades of New Tan #EDC499

Tints of New Tan #EDC499

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.45%

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

R = 40.44%
G = 33.45%
B = 26.11%

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

#EDC499 (or 0xEDC499) is known color: New Tan. HEX triplet: ED, C4 and 99. RGB value is (237,196,153). Sum of RGB (Red+Green+Blue) = 237+196+153=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 153 (60.16% from 255 or 26.11% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC499 is #123B66. Grayscale: #CBCBCB. Windows color (decimal): -1194855 or 10077421. OLE color: 10077421.

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

Color convert

RGB 237 196 153 -
CMYK 0 0.17 0.35 0.07
HSL 30.71º 0.7% 0.76% -
HSV(B) 30.71º 0.35% 0.93% -
XYZ 60.41 59.78 38.49 -
YUV 203.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 237 196 153 0 0.17 0.35 0.07 30.71 0.7 0.76
Hex ED C4 99 0 11 23 7 1F 46 4C
Octal 355 304 231 0 21 43 7 37 106 114
Binary 11101101 11000100 10011001 0 10001 100011 111 11111 1000110 1001100

Color Harmonies of #EDC499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC499

Black with #EDC499

Text Example


Text Example

White with #EDC499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC499; }

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

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

background-color css

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

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

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

border-color css

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

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

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