Html Css Color HEX #EDC69B New Tan

📋 copy color: '#EDC69B'

red 237 ◦ green 198 ◦ blue 155

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

Shades of New Tan #EDC69B

Tints of New Tan #EDC69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.27%

R = 40.17%
G = 33.56%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDC69B (or 0xEDC69B) is known color: New Tan. HEX triplet: ED, C6 and 9B. RGB value is (237,198,155). Sum of RGB (Red+Green+Blue) = 237+198+155=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC69B is #123964. Grayscale: #CCCCCC. Windows color (decimal): -1194341 or 10209005. OLE color: 10209005.

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

Color convert

RGB 237 198 155 -
CMYK 0 0.16 0.35 0.07
HSL 31.46º 0.69% 0.77% -
HSV(B) 31.46º 0.35% 0.93% -
XYZ 61.04 60.76 39.52 -
YUV 204.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 237 198 155 0 0.16 0.35 0.07 31.46 0.69 0.77
Hex ED C6 9B 0 10 23 7 1F 45 4D
Octal 355 306 233 0 20 43 7 37 105 115
Binary 11101101 11000110 10011011 0 10000 100011 111 11111 1000101 1001101

Color Harmonies of #EDC69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC69B

Black with #EDC69B

Text Example


Text Example

White with #EDC69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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