Html Css Color HEX #EDE9E7 Sauvignon

📋 copy color: '#EDE9E7'

red 237 ◦ green 233 ◦ blue 231

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

Shades of Sauvignon #EDE9E7

Tints of Sauvignon #EDE9E7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.24%

 BLUE value IS 231 (90.63% from 255) = 32.95%

R = 33.81%
G = 33.24%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDE9E7 (or 0xEDE9E7) is known color: Sauvignon. HEX triplet: ED, E9 and E7. RGB value is (237,233,231). Sum of RGB (Red+Green+Blue) = 237+233+231=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 233 (91.41% from 255 or 33.24% from 701); Blue value is 231 (90.62% from 255 or 32.95% from 701); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9E7 is #121618. Grayscale: #E9E9E9. Windows color (decimal): -1185305 or 15198701. OLE color: 15198701.

HSL color Cylindrical-coordinate representation of color #EDE9E7: hue angle of 20º degrees, saturation: 0.14, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE9E7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 231 -
CMYK 0 0.02 0.03 0.07
HSL 20º 0.14% 0.92% -
HSV(B) 20º 0.03% 0.93% -
XYZ 78.49 82.05 87.3 -
YUV 233.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 237 233 231 0 0.02 0.03 0.07 20 0.14 0.92
Hex ED E9 E7 0 2 3 7 14 E 5C
Octal 355 351 347 0 2 3 7 24 16 134
Binary 11101101 11101001 11100111 0 10 11 111 10100 1110 1011100

Color Harmonies of #EDE9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9E7

Black with #EDE9E7

Text Example


Text Example

White with #EDE9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9E7; }

 p { color: rgb(237,233,231); }

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

background-color css

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

 a { background-color: rgb(237,233,231); }

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

border-color css

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

 span { border-color: rgb(237,233,231); }

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