Html Css Color HEX #E6D596 Double Colonial White

📋 copy color: '#E6D596'

red 230 ◦ green 213 ◦ blue 150

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

Shades of Double Colonial White #E6D596

Tints of Double Colonial White #E6D596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.92%

 BLUE value IS 150 (58.98% from 255) = 25.3%

R = 38.79%
G = 35.92%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6D596 (or 0xE6D596) is known color: Double Colonial White. HEX triplet: E6, D5 and 96. RGB value is (230,213,150). Sum of RGB (Red+Green+Blue) = 230+213+150=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D596 is #192A69. Grayscale: #D3D3D3. Windows color (decimal): -1649258 or 9885158. OLE color: 9885158.

HSL color Cylindrical-coordinate representation of color #E6D596: hue angle of 47.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6D596 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 213 150 -
CMYK 0 0.07 0.35 0.10
HSL 47.25º 0.62% 0.75% -
HSV(B) 47.25º 0.35% 0.9% -
XYZ 61.93 66.61 38.45 -
YUV 210.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 230 213 150 0 0.07 0.35 0.10 47.25 0.62 0.75
Hex E6 D5 96 0 7 23 A 2F 3E 4B
Octal 346 325 226 0 7 43 12 57 76 113
Binary 11100110 11010101 10010110 0 111 100011 1010 101111 111110 1001011

Color Harmonies of #E6D596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D596

Black with #E6D596

Text Example


Text Example

White with #E6D596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D596; }

 p { color: rgb(230,213,150); }

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

background-color css

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

 a { background-color: rgb(230,213,150); }

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

border-color css

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

 span { border-color: rgb(230,213,150); }

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