Html Css Color HEX #EDC69E New Tan

📋 copy color: '#EDC69E'

red 237 ◦ green 198 ◦ blue 158

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

Shades of New Tan #EDC69E

Tints of New Tan #EDC69E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.39%

 BLUE value IS 158 (62.11% from 255) = 26.64%

R = 39.97%
G = 33.39%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDC69E (or 0xEDC69E) is known color: New Tan. HEX triplet: ED, C6 and 9E. RGB value is (237,198,158). Sum of RGB (Red+Green+Blue) = 237+198+158=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC69E is #123961. Grayscale: #CDCDCD. Windows color (decimal): -1194338 or 10405613. OLE color: 10405613.

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

Color convert

RGB 237 198 158 -
CMYK 0 0.16 0.33 0.07
HSL 30.38º 0.69% 0.77% -
HSV(B) 30.38º 0.33% 0.93% -
XYZ 61.29 60.86 40.86 -
YUV 205.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 237 198 158 0 0.16 0.33 0.07 30.38 0.69 0.77
Hex ED C6 9E 0 10 21 7 1E 45 4D
Octal 355 306 236 0 20 41 7 36 105 115
Binary 11101101 11000110 10011110 0 10000 100001 111 11110 1000101 1001101

Color Harmonies of #EDC69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC69E

Black with #EDC69E

Text Example


Text Example

White with #EDC69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC69E; }

 p { color: rgb(237,198,158); }

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

background-color css

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

 a { background-color: rgb(237,198,158); }

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

border-color css

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

 span { border-color: rgb(237,198,158); }

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