Html Css Color HEX #E6D09A Double Colonial White

📋 copy color: '#E6D09A'

red 230 ◦ green 208 ◦ blue 154

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

Shades of Double Colonial White #E6D09A

Tints of Double Colonial White #E6D09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.01%

R = 38.85%
G = 35.14%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6D09A (or 0xE6D09A) is known color: Double Colonial White. HEX triplet: E6, D0 and 9A. RGB value is (230,208,154). Sum of RGB (Red+Green+Blue) = 230+208+154=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D09A is #192F65. Grayscale: #D0D0D0. Windows color (decimal): -1650534 or 10146022. OLE color: 10146022.

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

Color convert

RGB 230 208 154 -
CMYK 0 0.10 0.33 0.10
HSL 42.63º 0.6% 0.75% -
HSV(B) 42.63º 0.33% 0.9% -
XYZ 61.02 64.27 39.76 -
YUV 208.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 230 208 154 0 0.10 0.33 0.10 42.63 0.6 0.75
Hex E6 D0 9A 0 A 21 A 2B 3C 4B
Octal 346 320 232 0 12 41 12 53 74 113
Binary 11100110 11010000 10011010 0 1010 100001 1010 101011 111100 1001011

Color Harmonies of #E6D09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D09A

Black with #E6D09A

Text Example


Text Example

White with #E6D09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D09A; }

 p { color: rgb(230,208,154); }

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

background-color css

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

 a { background-color: rgb(230,208,154); }

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

border-color css

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

 span { border-color: rgb(230,208,154); }

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