Html Css Color HEX #EDEBE9 Desert Storm

📋 copy color: '#EDEBE9'

red 237 ◦ green 235 ◦ blue 233

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

Shades of Desert Storm #EDEBE9

Tints of Desert Storm #EDEBE9

RGB

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

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

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

R = 33.62%
G = 33.33%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDEBE9 (or 0xEDEBE9) is known color: Desert Storm. HEX triplet: ED, EB and E9. RGB value is (237,235,233). Sum of RGB (Red+Green+Blue) = 237+235+233=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 233 (91.41% from 255 or 33.05% from 705); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBE9 is #121416. Grayscale: #EBEBEB. Windows color (decimal): -1184791 or 15330285. OLE color: 15330285.

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

Color convert

RGB 237 235 233 -
CMYK 0 0.01 0.02 0.07
HSL 30º 0.1% 0.92% -
HSV(B) 30º 0.02% 0.93% -
XYZ 79.34 83.3 88.99 -
YUV 235.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 237 235 233 0 0.01 0.02 0.07 30 0.1 0.92
Hex ED EB E9 0 1 2 7 1E A 5C
Octal 355 353 351 0 1 2 7 36 12 134
Binary 11101101 11101011 11101001 0 1 10 111 11110 1010 1011100

Color Harmonies of #EDEBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBE9

Black with #EDEBE9

Text Example


Text Example

White with #EDEBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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