Html Css Color HEX #EFE9E5 Sauvignon

📋 copy color: '#EFE9E5'

red 239 ◦ green 233 ◦ blue 229

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

Shades of Sauvignon #EFE9E5

Tints of Sauvignon #EFE9E5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.24%

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

R = 34.09%
G = 33.24%
B = 32.67%

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

#EFE9E5 (or 0xEFE9E5) is known color: Sauvignon. HEX triplet: EF, E9 and E5. RGB value is (239,233,229). Sum of RGB (Red+Green+Blue) = 239+233+229=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 233 (91.41% from 255 or 33.24% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9E5 is #10161A. Grayscale: #EAEAEA. Windows color (decimal): -1054235 or 15067631. OLE color: 15067631.

HSL color Cylindrical-coordinate representation of color #EFE9E5: hue angle of 24º 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 #EFE9E5 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 229 -
CMYK 0 0.03 0.04 0.06
HSL 24º 0.24% 0.92% -
HSV(B) 24º 0.04% 0.94% -
XYZ 78.88 82.29 85.85 -
YUV 234.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 239 233 229 0 0.03 0.04 0.06 24 0.24 0.92
Hex EF E9 E5 0 3 4 6 18 18 5C
Octal 357 351 345 0 3 4 6 30 30 134
Binary 11101111 11101001 11100101 0 11 100 110 11000 11000 1011100

Color Harmonies of #EFE9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9E5

Black with #EFE9E5

Text Example


Text Example

White with #EFE9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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