Html Css Color HEX #EDC399 New Tan

📋 copy color: '#EDC399'

red 237 ◦ green 195 ◦ blue 153

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

Shades of New Tan #EDC399

Tints of New Tan #EDC399

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.33%

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

R = 40.51%
G = 33.33%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDC399 (or 0xEDC399) is known color: New Tan. HEX triplet: ED, C3 and 99. RGB value is (237,195,153). Sum of RGB (Red+Green+Blue) = 237+195+153=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC399 is #123C66. Grayscale: #CACACA. Windows color (decimal): -1195111 or 10077165. OLE color: 10077165.

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

Color convert

RGB 237 195 153 -
CMYK 0 0.18 0.35 0.07
HSL 30º 0.7% 0.76% -
HSV(B) 30º 0.35% 0.93% -
XYZ 60.19 59.33 38.42 -
YUV 202.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 237 195 153 0 0.18 0.35 0.07 30 0.7 0.76
Hex ED C3 99 0 12 23 7 1E 46 4C
Octal 355 303 231 0 22 43 7 36 106 114
Binary 11101101 11000011 10011001 0 10010 100011 111 11110 1000110 1001100

Color Harmonies of #EDC399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC399

Black with #EDC399

Text Example


Text Example

White with #EDC399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC399; }

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

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

background-color css

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

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

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

border-color css

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

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

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