#E6E790

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

Shades of Primrose #E6E790

Tints of Primrose #E6E790

Color information

#E6E790 (or 0xE6E790) is unknown color: approx Primrose. HEX triplet: E6, E7 and 90. RGB value is (230,231,144). Sum of RGB (Red+Green+Blue) = 230+231+144=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E790 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E790 is #19186F. Grayscale: #DDDDDD. Windows color (decimal): -1644656 or 9496550. OLE color: 9496550.

HSL color Cylindrical-coordinate representation of color #E6E790: hue angle of 60.69º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6E790 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB230231144-
CMYK0.0000.380.09
HSL60.69º64.44%73.53%-
HSV(B)60.69º37.66%90.59%-
XYZ66.2475.9937.56-
YUV220.7884.67134.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.02%
GREEN value IS 231 (90.62% from 255) = 38.18%
BLUE value IS 144 (56.64% from 255) = 23.80%
R=38.02%
G=38.18%
B=23.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2302311440.0000.380.0960.6964.4473.53
HexE6E790002693d404a
Octal34634722000461175100112
Binary11100110111001111001000000100110100111110110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E790; }

 p { color: rgb(230,231,144); }

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

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

 a { background-color: rgb(230,231,144); }

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

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

 span { border-color: rgb(230,231,144); }

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