Html Css Color HEX #E6D698 Double Colonial White

📋 copy color: '#E6D698'

red 230 ◦ green 214 ◦ blue 152

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

Shades of Double Colonial White #E6D698

Tints of Double Colonial White #E6D698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.91%

 BLUE value IS 152 (59.77% from 255) = 25.5%

R = 38.59%
G = 35.91%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E6D698 (or 0xE6D698) is known color: Double Colonial White. HEX triplet: E6, D6 and 98. RGB value is (230,214,152). Sum of RGB (Red+Green+Blue) = 230+214+152=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D698 is #192967. Grayscale: #D3D3D3. Windows color (decimal): -1649000 or 10016486. OLE color: 10016486.

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

Color convert

RGB 230 214 152 -
CMYK 0 0.07 0.34 0.10
HSL 47.69º 0.61% 0.75% -
HSV(B) 47.69º 0.34% 0.9% -
XYZ 62.35 67.18 39.39 -
YUV 211.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 230 214 152 0 0.07 0.34 0.10 47.69 0.61 0.75
Hex E6 D6 98 0 7 22 A 30 3D 4B
Octal 346 326 230 0 7 42 12 60 75 113
Binary 11100110 11010110 10011000 0 111 100010 1010 110000 111101 1001011

Color Harmonies of #E6D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D698

Black with #E6D698

Text Example


Text Example

White with #E6D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D698; }

 p { color: rgb(230,214,152); }

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

background-color css

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

 a { background-color: rgb(230,214,152); }

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

border-color css

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

 span { border-color: rgb(230,214,152); }

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