Html Css Color HEX #EBE6E4 Sauvignon

📋 copy color: '#EBE6E4'

red 235 ◦ green 230 ◦ blue 228

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

Shades of Sauvignon #EBE6E4

Tints of Sauvignon #EBE6E4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.19%

 BLUE value IS 228 (89.45% from 255) = 32.9%

R = 33.91%
G = 33.19%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBE6E4 (or 0xEBE6E4) is known color: Sauvignon. HEX triplet: EB, E6 and E4. RGB value is (235,230,228). Sum of RGB (Red+Green+Blue) = 235+230+228=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 230 (90.23% from 255 or 33.19% from 693); Blue value is 228 (89.45% from 255 or 32.90% from 693); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6E4 is #14191B. Grayscale: #E7E7E7. Windows color (decimal): -1317148 or 15001323. OLE color: 15001323.

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

Color convert

RGB 235 230 228 -
CMYK 0 0.02 0.03 0.08
HSL 17.14º 0.15% 0.91% -
HSV(B) 17.14º 0.03% 0.92% -
XYZ 76.56 79.86 84.78 -
YUV 231.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 235 230 228 0 0.02 0.03 0.08 17.14 0.15 0.91
Hex EB E6 E4 0 2 3 8 11 F 5B
Octal 353 346 344 0 2 3 10 21 17 133
Binary 11101011 11100110 11100100 0 10 11 1000 10001 1111 1011011

Color Harmonies of #EBE6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6E4

Black with #EBE6E4

Text Example


Text Example

White with #EBE6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6E4; }

 p { color: rgb(235,230,228); }

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

background-color css

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

 a { background-color: rgb(235,230,228); }

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

border-color css

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

 span { border-color: rgb(235,230,228); }

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