Html Css Color HEX #EDEBEA Sauvignon

📋 copy color: '#EDEBEA'

red 237 ◦ green 235 ◦ blue 234

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

Shades of Sauvignon #EDEBEA

Tints of Sauvignon #EDEBEA

RGB

 RED value IS 237 (92.97% from 255) = 33.57%

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

 BLUE value IS 234 (91.8% from 255) = 33.14%

R = 33.57%
G = 33.29%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDEBEA (or 0xEDEBEA) is known color: Sauvignon. HEX triplet: ED, EB and EA. RGB value is (237,235,234). Sum of RGB (Red+Green+Blue) = 237+235+234=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBEA is #121415. Grayscale: #EBEBEB. Windows color (decimal): -1184790 or 15395821. OLE color: 15395821.

HSL color Cylindrical-coordinate representation of color #EDEBEA: hue angle of 20º degrees, saturation: 0.08, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEBEA is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 234 -
CMYK 0 0.01 0.01 0.07
HSL 20º 0.08% 0.92% -
HSV(B) 20º 0.01% 0.93% -
XYZ 79.48 83.36 89.74 -
YUV 235.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 237 235 234 0 0.01 0.01 0.07 20 0.08 0.92
Hex ED EB EA 0 1 1 7 14 8 5C
Octal 355 353 352 0 1 1 7 24 10 134
Binary 11101101 11101011 11101010 0 1 1 111 10100 1000 1011100

Color Harmonies of #EDEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBEA

Black with #EDEBEA

Text Example


Text Example

White with #EDEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBEA; }

 p { color: rgb(237,235,234); }

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

background-color css

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

 a { background-color: rgb(237,235,234); }

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

border-color css

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

 span { border-color: rgb(237,235,234); }

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