Html Css Color HEX #EFEBE9 Sauvignon

📋 copy color: '#EFEBE9'

red 239 ◦ green 235 ◦ blue 233

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

Shades of Sauvignon #EFEBE9

Tints of Sauvignon #EFEBE9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.24%

 BLUE value IS 233 (91.41% from 255) = 32.96%

R = 33.8%
G = 33.24%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFEBE9 (or 0xEFEBE9) is known color: Sauvignon. HEX triplet: EF, EB and E9. RGB value is (239,235,233). Sum of RGB (Red+Green+Blue) = 239+235+233=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBE9 is #101416. Grayscale: #EBEBEB. Windows color (decimal): -1053719 or 15330287. OLE color: 15330287.

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

Color convert

RGB 239 235 233 -
CMYK 0 0.02 0.03 0.06
HSL 20º 0.16% 0.93% -
HSV(B) 20º 0.03% 0.94% -
XYZ 80.01 83.65 89.02 -
YUV 235.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 239 235 233 0 0.02 0.03 0.06 20 0.16 0.93
Hex EF EB E9 0 2 3 6 14 10 5D
Octal 357 353 351 0 2 3 6 24 20 135
Binary 11101111 11101011 11101001 0 10 11 110 10100 10000 1011101

Color Harmonies of #EFEBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBE9

Black with #EFEBE9

Text Example


Text Example

White with #EFEBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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