#E6D58E

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

Shades of Primrose #E6D58E

Tints of Primrose #E6D58E

Color information

#E6D58E (or 0xE6D58E) is unknown color: approx Primrose. HEX triplet: E6, D5 and 8E. RGB value is (230,213,142). Sum of RGB (Red+Green+Blue) = 230+213+142=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D58E is #192A71. Grayscale: #D2D2D2. Windows color (decimal): -1649266 or 9360870. OLE color: 9360870.

HSL color Cylindrical-coordinate representation of color #E6D58E: hue angle of 48.41º 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 #E6D58E is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230213142-
CMYK00.070.380.10
HSL48.41º63.77%72.94%-
HSV(B)48.41º38.26%90.2%-
XYZ61.3166.3635.17-
YUV209.9989.63142.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.32%
GREEN value IS 213 (83.59% from 255) = 36.41%
BLUE value IS 142 (55.86% from 255) = 24.27%
R=39.32%
G=36.41%
B=24.27%

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
Decimal23021314200.070.380.1048.4163.7772.94
HexE6D58E0726A304049
Octal34632521607461260100111
Binary1110011011010101100011100111100110101011000010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D58E; }

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

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

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

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

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

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

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

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