Html Css Color HEX #EDCABE Dust Storm

📋 copy color: '#EDCABE'

red 237 ◦ green 202 ◦ blue 190

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

Shades of Dust Storm #EDCABE

Tints of Dust Storm #EDCABE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.11%

 BLUE value IS 190 (74.61% from 255) = 30.21%

R = 37.68%
G = 32.11%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDCABE (or 0xEDCABE) is known color: Dust Storm. HEX triplet: ED, CA and BE. RGB value is (237,202,190). Sum of RGB (Red+Green+Blue) = 237+202+190=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCABE is #123541. Grayscale: #D3D3D3. Windows color (decimal): -1193282 or 12503789. OLE color: 12503789.

HSL color Cylindrical-coordinate representation of color #EDCABE: hue angle of 15.32º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDCABE is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 202 190 -
CMYK 0 0.15 0.20 0.07
HSL 15.32º 0.57% 0.84% -
HSV(B) 15.32º 0.2% 0.93% -
XYZ 65.34 63.96 57.62 -
YUV 211.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 237 202 190 0 0.15 0.20 0.07 15.32 0.57 0.84
Hex ED CA BE 0 F 14 7 F 39 54
Octal 355 312 276 0 17 24 7 17 71 124
Binary 11101101 11001010 10111110 0 1111 10100 111 1111 111001 1010100

Color Harmonies of #EDCABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCABE

Black with #EDCABE

Text Example


Text Example

White with #EDCABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCABE; }

 p { color: rgb(237,202,190); }

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

background-color css

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

 a { background-color: rgb(237,202,190); }

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

border-color css

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

 span { border-color: rgb(237,202,190); }

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