Html Css Color HEX #EBE6E1 Desert Storm

📋 copy color: '#EBE6E1'

red 235 ◦ green 230 ◦ blue 225

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

Shades of Desert Storm #EBE6E1

Tints of Desert Storm #EBE6E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.61%

R = 34.06%
G = 33.33%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBE6E1 (or 0xEBE6E1) is known color: Desert Storm. HEX triplet: EB, E6 and E1. RGB value is (235,230,225). Sum of RGB (Red+Green+Blue) = 235+230+225=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6E1 is #14191E. Grayscale: #E6E6E6. Windows color (decimal): -1317151 or 14804715. OLE color: 14804715.

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

Color convert

RGB 235 230 225 -
CMYK 0 0.02 0.04 0.08
HSL 30º 0.2% 0.9% -
HSV(B) 30º 0.04% 0.92% -
XYZ 76.15 79.69 82.6 -
YUV 230.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 235 230 225 0 0.02 0.04 0.08 30 0.2 0.9
Hex EB E6 E1 0 2 4 8 1E 14 5A
Octal 353 346 341 0 2 4 10 36 24 132
Binary 11101011 11100110 11100001 0 10 100 1000 11110 10100 1011010

Color Harmonies of #EBE6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6E1

Black with #EBE6E1

Text Example


Text Example

White with #EBE6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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