Html Css Color HEX #EFE8E5 Sauvignon

📋 copy color: '#EFE8E5'

red 239 ◦ green 232 ◦ blue 229

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

Shades of Sauvignon #EFE8E5

Tints of Sauvignon #EFE8E5

RGB

 RED value IS 239 (93.75% from 255) = 34.14%

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

 BLUE value IS 229 (89.84% from 255) = 32.71%

R = 34.14%
G = 33.14%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EFE8E5 (or 0xEFE8E5) is known color: Sauvignon. HEX triplet: EF, E8 and E5. RGB value is (239,232,229). Sum of RGB (Red+Green+Blue) = 239+232+229=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8E5 is #10171A. Grayscale: #E9E9E9. Windows color (decimal): -1054491 or 15067375. OLE color: 15067375.

HSL color Cylindrical-coordinate representation of color #EFE8E5: hue angle of 18º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFE8E5 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 229 -
CMYK 0 0.03 0.04 0.06
HSL 18º 0.24% 0.92% -
HSV(B) 18º 0.04% 0.94% -
XYZ 78.6 81.72 85.76 -
YUV 233.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 239 232 229 0 0.03 0.04 0.06 18 0.24 0.92
Hex EF E8 E5 0 3 4 6 12 18 5C
Octal 357 350 345 0 3 4 6 22 30 134
Binary 11101111 11101000 11100101 0 11 100 110 10010 11000 1011100

Color Harmonies of #EFE8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE8E5

Black with #EFE8E5

Text Example


Text Example

White with #EFE8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE8E5; }

 p { color: rgb(239,232,229); }

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

background-color css

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

 a { background-color: rgb(239,232,229); }

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

border-color css

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

 span { border-color: rgb(239,232,229); }

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