#E6E78A

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

Shades of Primrose #E6E78A

Tints of Primrose #E6E78A

Color information

#E6E78A (or 0xE6E78A) is unknown color: approx Primrose. HEX triplet: E6, E7 and 8A. RGB value is (230,231,138). Sum of RGB (Red+Green+Blue) = 230+231+138=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E78A is #191875. Grayscale: #DCDCDC. Windows color (decimal): -1644662 or 9103334. OLE color: 9103334.

HSL color Cylindrical-coordinate representation of color #E6E78A: hue angle of 60.65º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6E78A is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB230231138-
CMYK0.0000.400.09
HSL60.65º65.96%72.35%-
HSV(B)60.65º40.26%90.59%-
XYZ65.875.8135.21-
YUV220.181.67135.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.40%
GREEN value IS 231 (90.62% from 255) = 38.56%
BLUE value IS 138 (54.30% from 255) = 23.04%
R=38.40%
G=38.56%
B=23.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2302311380.0000.400.0960.6565.9672.35
HexE6E78A002893d4248
Octal34634721200501175102110
Binary11100110111001111000101000101000100111110110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E78A; }

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

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

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

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

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

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

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

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