Html Css Color HEX #EBE5E0 Desert Storm

📋 copy color: '#EBE5E0'

red 235 ◦ green 229 ◦ blue 224

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

Shades of Desert Storm #EBE5E0

Tints of Desert Storm #EBE5E0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.28%

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

R = 34.16%
G = 33.28%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBE5E0 (or 0xEBE5E0) is known color: Desert Storm. HEX triplet: EB, E5 and E0. RGB value is (235,229,224). Sum of RGB (Red+Green+Blue) = 235+229+224=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 224 (87.89% from 255 or 32.56% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5E0 is #141A1F. Grayscale: #E6E6E6. Windows color (decimal): -1317408 or 14738923. OLE color: 14738923.

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

Color convert

RGB 235 229 224 -
CMYK 0 0.03 0.05 0.08
HSL 27.27º 0.22% 0.9% -
HSV(B) 27.27º 0.05% 0.92% -
XYZ 75.73 79.08 81.79 -
YUV 230.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 235 229 224 0 0.03 0.05 0.08 27.27 0.22 0.9
Hex EB E5 E0 0 3 5 8 1B 16 5A
Octal 353 345 340 0 3 5 10 33 26 132
Binary 11101011 11100101 11100000 0 11 101 1000 11011 10110 1011010

Color Harmonies of #EBE5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE5E0

Black with #EBE5E0

Text Example


Text Example

White with #EBE5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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