Html Css Color HEX #E6D384 Sandwisp

📋 copy color: '#E6D384'

red 230 ◦ green 211 ◦ blue 132

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

Shades of Sandwisp #E6D384

Tints of Sandwisp #E6D384

RGB

 RED value IS 230 (90.23% from 255) = 40.14%

 GREEN value IS 211 (82.81% from 255) = 36.82%

 BLUE value IS 132 (51.95% from 255) = 23.04%

R = 40.14%
G = 36.82%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E6D384 (or 0xE6D384) is known color: Sandwisp. HEX triplet: E6, D3 and 84. RGB value is (230,211,132). Sum of RGB (Red+Green+Blue) = 230+211+132=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D384 is #192C7B. Grayscale: #D0D0D0. Windows color (decimal): -1649788 or 8704998. OLE color: 8704998.

HSL color Cylindrical-coordinate representation of color #E6D384: hue angle of 48.37º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6D384 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 211 132 -
CMYK 0 0.08 0.43 0.10
HSL 48.37º 0.66% 0.71% -
HSV(B) 48.37º 0.43% 0.9% -
XYZ 60.09 65.08 31.22 -
YUV 207.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 230 211 132 0 0.08 0.43 0.10 48.37 0.66 0.71
Hex E6 D3 84 0 8 2B A 30 42 47
Octal 346 323 204 0 10 53 12 60 102 107
Binary 11100110 11010011 10000100 0 1000 101011 1010 110000 1000010 1000111

Color Harmonies of #E6D384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D384

Black with #E6D384

Text Example


Text Example

White with #E6D384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D384; }

 p { color: rgb(230,211,132); }

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

background-color css

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

 a { background-color: rgb(230,211,132); }

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

border-color css

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

 span { border-color: rgb(230,211,132); }

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