Html Css Color HEX #E6D594 Double Colonial White

📋 copy color: '#E6D594'

red 230 ◦ green 213 ◦ blue 148

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

Shades of Double Colonial White #E6D594

Tints of Double Colonial White #E6D594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.04%

R = 38.92%
G = 36.04%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E6D594 (or 0xE6D594) is known color: Double Colonial White. HEX triplet: E6, D5 and 94. RGB value is (230,213,148). Sum of RGB (Red+Green+Blue) = 230+213+148=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D594 is #192A6B. Grayscale: #D2D2D2. Windows color (decimal): -1649260 or 9754086. OLE color: 9754086.

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

Color convert

RGB 230 213 148 -
CMYK 0 0.07 0.36 0.10
HSL 47.56º 0.62% 0.74% -
HSV(B) 47.56º 0.36% 0.9% -
XYZ 61.77 66.55 37.61 -
YUV 210.67 92.63 141.79 -
System Red Green Blue C M Y K H S L
Decimal 230 213 148 0 0.07 0.36 0.10 47.56 0.62 0.74
Hex E6 D5 94 0 7 24 A 30 3E 4A
Octal 346 325 224 0 7 44 12 60 76 112
Binary 11100110 11010101 10010100 0 111 100100 1010 110000 111110 1001010

Color Harmonies of #E6D594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D594

Black with #E6D594

Text Example


Text Example

White with #E6D594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D594; }

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

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

background-color css

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

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

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

border-color css

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

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

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