Html Css Color HEX #EBE8E7 Sauvignon

📋 copy color: '#EBE8E7'

red 235 ◦ green 232 ◦ blue 231

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

Shades of Sauvignon #EBE8E7

Tints of Sauvignon #EBE8E7

RGB

 RED value IS 235 (92.19% from 255) = 33.67%

 GREEN value IS 232 (91.02% from 255) = 33.24%

 BLUE value IS 231 (90.63% 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

#EBE8E7 (or 0xEBE8E7) is known color: Sauvignon. HEX triplet: EB, E8 and E7. RGB value is (235,232,231). Sum of RGB (Red+Green+Blue) = 235+232+231=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8E7 is #141718. Grayscale: #E8E8E8. Windows color (decimal): -1316633 or 15198443. OLE color: 15198443.

HSL color Cylindrical-coordinate representation of color #EBE8E7: 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 #EBE8E7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 231 -
CMYK 0 0.01 0.02 0.08
HSL 15º 0.09% 0.91% -
HSV(B) 15º 0.02% 0.92% -
XYZ 77.54 81.14 87.18 -
YUV 232.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 235 232 231 0 0.01 0.02 0.08 15 0.09 0.91
Hex EB E8 E7 0 1 2 8 F 9 5B
Octal 353 350 347 0 1 2 10 17 11 133
Binary 11101011 11101000 11100111 0 1 10 1000 1111 1001 1011011

Color Harmonies of #EBE8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE8E7

Black with #EBE8E7

Text Example


Text Example

White with #EBE8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE8E7; }

 p { color: rgb(235,232,231); }

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

background-color css

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

 a { background-color: rgb(235,232,231); }

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

border-color css

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

 span { border-color: rgb(235,232,231); }

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