Html Css Color HEX #E0D080 Sandwisp

📋 copy color: '#E0D080'

red 224 ◦ green 208 ◦ blue 128

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

Shades of Sandwisp #E0D080

Tints of Sandwisp #E0D080

RGB

 RED value IS 224 (87.89% from 255) = 40%

 GREEN value IS 208 (81.64% from 255) = 37.14%

 BLUE value IS 128 (50.39% from 255) = 22.86%

R = 40%
G = 37.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0D080 (or 0xE0D080) is known color: Sandwisp. HEX triplet: E0, D0 and 80. RGB value is (224,208,128). Sum of RGB (Red+Green+Blue) = 224+208+128=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D080 is #1F2F7F. Grayscale: #CCCCCC. Windows color (decimal): -2043776 or 8442080. OLE color: 8442080.

HSL color Cylindrical-coordinate representation of color #E0D080: hue angle of 50º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0D080 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 208 128 -
CMYK 0 0.07 0.43 0.12
HSL 50º 0.61% 0.69% -
HSV(B) 50º 0.43% 0.88% -
XYZ 57.19 62.52 29.47 -
YUV 203.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 224 208 128 0 0.07 0.43 0.12 50 0.61 0.69
Hex E0 D0 80 0 7 2B C 32 3D 45
Octal 340 320 200 0 7 53 14 62 75 105
Binary 11100000 11010000 10000000 0 111 101011 1100 110010 111101 1000101

Color Harmonies of #E0D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D080

Black with #E0D080

Text Example


Text Example

White with #E0D080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D080; }

 p { color: rgb(224,208,128); }

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

background-color css

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

 a { background-color: rgb(224,208,128); }

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

border-color css

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

 span { border-color: rgb(224,208,128); }

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