Html Css Color HEX #EAE7E6 Sauvignon

📋 copy color: '#EAE7E6'

red 234 ◦ green 231 ◦ blue 230

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

Shades of Sauvignon #EAE7E6

Tints of Sauvignon #EAE7E6

RGB

 RED value IS 234 (91.8% from 255) = 33.67%

 GREEN value IS 231 (90.63% from 255) = 33.24%

 BLUE value IS 230 (90.23% from 255) = 33.09%

R = 33.67%
G = 33.24%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAE7E6 (or 0xEAE7E6) is known color: Sauvignon. HEX triplet: EA, E7 and E6. RGB value is (234,231,230). Sum of RGB (Red+Green+Blue) = 234+231+230=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 231 (90.62% from 255 or 33.24% from 695); Blue value is 230 (90.23% from 255 or 33.09% from 695); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE7E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE7E6 is #151819. Grayscale: #E7E7E7. Windows color (decimal): -1382426 or 15132650. OLE color: 15132650.

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

Color convert

RGB 234 231 230 -
CMYK 0 0.01 0.02 0.08
HSL 15º 0.09% 0.91% -
HSV(B) 15º 0.02% 0.92% -
XYZ 76.79 80.36 86.33 -
YUV 231.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 234 231 230 0 0.01 0.02 0.08 15 0.09 0.91
Hex EA E7 E6 0 1 2 8 F 9 5B
Octal 352 347 346 0 1 2 10 17 11 133
Binary 11101010 11100111 11100110 0 1 10 1000 1111 1001 1011011

Color Harmonies of #EAE7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE7E6

Black with #EAE7E6

Text Example


Text Example

White with #EAE7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE7E6; }

 p { color: rgb(234,231,230); }

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

background-color css

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

 a { background-color: rgb(234,231,230); }

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

border-color css

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

 span { border-color: rgb(234,231,230); }

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