Html Css Color HEX #EBE6E0 Desert Storm

📋 copy color: '#EBE6E0'

red 235 ◦ green 230 ◦ blue 224

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

Shades of Desert Storm #EBE6E0

Tints of Desert Storm #EBE6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.51%

R = 34.11%
G = 33.38%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBE6E0 (or 0xEBE6E0) is known color: Desert Storm. HEX triplet: EB, E6 and E0. RGB value is (235,230,224). Sum of RGB (Red+Green+Blue) = 235+230+224=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 224 (87.89% from 255 or 32.51% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6E0 is #14191F. Grayscale: #E6E6E6. Windows color (decimal): -1317152 or 14739179. OLE color: 14739179.

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

Color convert

RGB 235 230 224 -
CMYK 0 0.02 0.05 0.08
HSL 32.73º 0.22% 0.9% -
HSV(B) 32.73º 0.05% 0.92% -
XYZ 76.01 79.64 81.89 -
YUV 230.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 235 230 224 0 0.02 0.05 0.08 32.73 0.22 0.9
Hex EB E6 E0 0 2 5 8 21 16 5A
Octal 353 346 340 0 2 5 10 41 26 132
Binary 11101011 11100110 11100000 0 10 101 1000 100001 10110 1011010

Color Harmonies of #EBE6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE6E0

Black with #EBE6E0

Text Example


Text Example

White with #EBE6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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