#e6e38d

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

Shades of Primrose #E6E38D

Tints of Primrose #E6E38D

Color information

#E6E38D (or 0xE6E38D) is unknown color: approx Primrose. HEX triplet: E6, E3 and 8D. RGB value is (230,227,141). Sum of RGB (Red+Green+Blue) = 230+227+141=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E38D is #191C72. Grayscale: #DADADA. Windows color (decimal): -1645683 or 9298918. OLE color: 9298918.

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

Color convert

RGB230227141-
CMYK00.010.390.10
HSL57.98º64.03%72.75%-
HSV(B)57.98º38.7%90.2%-
XYZ64.9173.6836-
YUV218.0984.49136.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.46%
GREEN value IS 227 (89.06% from 255) = 37.96%
BLUE value IS 141 (55.47% from 255) = 23.58%
R=38.46%
G=37.96%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022714100.010.390.1057.9864.0372.75
HexE6E38D0127A3a4049
Octal34634321501471272100111
Binary11100110111000111000110101100111101011101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6e38d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6e38d; }

 p { color: rgb(230,227,141); }

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

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

 a { background-color: rgb(230,227,141); }

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

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

 span { border-color: rgb(230,227,141); }

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