Html Css Color HEX #EDC99A New Tan

📋 copy color: '#EDC99A'

red 237 ◦ green 201 ◦ blue 154

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

Shades of New Tan #EDC99A

Tints of New Tan #EDC99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.01%

R = 40.03%
G = 33.95%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDC99A (or 0xEDC99A) is known color: New Tan. HEX triplet: ED, C9 and 9A. RGB value is (237,201,154). Sum of RGB (Red+Green+Blue) = 237+201+154=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC99A is #123665. Grayscale: #CECECE. Windows color (decimal): -1193574 or 10144237. OLE color: 10144237.

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

Color convert

RGB 237 201 154 -
CMYK 0 0.15 0.35 0.07
HSL 33.98º 0.7% 0.77% -
HSV(B) 33.98º 0.35% 0.93% -
XYZ 61.64 62.11 39.31 -
YUV 206.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 237 201 154 0 0.15 0.35 0.07 33.98 0.7 0.77
Hex ED C9 9A 0 F 23 7 22 46 4D
Octal 355 311 232 0 17 43 7 42 106 115
Binary 11101101 11001001 10011010 0 1111 100011 111 100010 1000110 1001101

Color Harmonies of #EDC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC99A

Black with #EDC99A

Text Example


Text Example

White with #EDC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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