Html Css Color HEX #EDEAE8 Sauvignon

📋 copy color: '#EDEAE8'

red 237 ◦ green 234 ◦ blue 232

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

Shades of Sauvignon #EDEAE8

Tints of Sauvignon #EDEAE8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.29%

 BLUE value IS 232 (91.02% from 255) = 33%

R = 33.71%
G = 33.29%
B = 33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDEAE8 (or 0xEDEAE8) is known color: Sauvignon. HEX triplet: ED, EA and E8. RGB value is (237,234,232). Sum of RGB (Red+Green+Blue) = 237+234+232=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 232 (91.02% from 255 or 33.00% from 703); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAE8 is #121517. Grayscale: #EAEAEA. Windows color (decimal): -1185048 or 15264493. OLE color: 15264493.

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

Color convert

RGB 237 234 232 -
CMYK 0 0.01 0.02 0.07
HSL 24º 0.12% 0.92% -
HSV(B) 24º 0.02% 0.93% -
XYZ 78.91 82.68 88.14 -
YUV 234.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 237 234 232 0 0.01 0.02 0.07 24 0.12 0.92
Hex ED EA E8 0 1 2 7 18 C 5C
Octal 355 352 350 0 1 2 7 30 14 134
Binary 11101101 11101010 11101000 0 1 10 111 11000 1100 1011100

Color Harmonies of #EDEAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAE8

Black with #EDEAE8

Text Example


Text Example

White with #EDEAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAE8; }

 p { color: rgb(237,234,232); }

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

background-color css

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

 a { background-color: rgb(237,234,232); }

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

border-color css

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

 span { border-color: rgb(237,234,232); }

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