#E6D78E

Color #E6D78E Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #E6D78E

Tints of Primrose #E6D78E

Color information

#E6D78E (or 0xE6D78E) is unknown color: approx Primrose. HEX triplet: E6, D7 and 8E. RGB value is (230,215,142). Sum of RGB (Red+Green+Blue) = 230+215+142=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D78E is #192871. Grayscale: #D3D3D3. Windows color (decimal): -1648754 or 9361382. OLE color: 9361382.

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

Color convert

RGB230215142-
CMYK00.070.380.10
HSL49.77º63.77%72.94%-
HSV(B)49.77º38.26%90.2%-
XYZ61.8267.3835.34-
YUV211.1688.97141.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 142 (55.86% from 255) = 24.19%
R=39.18%
G=36.63%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021514200.070.380.1049.7763.7772.94
HexE6D78E0726A324049
Octal34632721607461262100111
Binary1110011011010111100011100111100110101011001010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D78E; }

 p { color: rgb(230,215,142); }

 H1.HeaderClassName
 {
   color: #E6D78E;
 }
 .AnyTagClassName
 {
   color: #E6D78E;
 }
</style>
background-color css

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

 a { background-color: rgb(230,215,142); }

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

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

 span { border-color: rgb(230,215,142); }

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