#E5E78A

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

Shades of Primrose #E5E78A

Tints of Primrose #E5E78A

Color information

#E5E78A (or 0xE5E78A) is unknown color: approx Primrose. HEX triplet: E5, E7 and 8A. RGB value is (229,231,138). Sum of RGB (Red+Green+Blue) = 229+231+138=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E78A is #1A1875. Grayscale: #DCDCDC. Windows color (decimal): -1710198 or 9103333. OLE color: 9103333.

HSL color Cylindrical-coordinate representation of color #E5E78A: hue angle of 61.29º 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 #E5E78A is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB229231138-
CMYK0.0100.400.09
HSL61.29º65.96%72.35%-
HSV(B)61.29º40.26%90.59%-
XYZ65.4875.6435.19-
YUV219.881.84134.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.29%
GREEN value IS 231 (90.62% from 255) = 38.63%
BLUE value IS 138 (54.30% from 255) = 23.08%
R=38.29%
G=38.63%
B=23.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292311380.0100.400.0961.2965.9672.35
HexE5E78A102893d4248
Octal34534721210501175102110
Binary11100101111001111000101010101000100111110110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E78A; }

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

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

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

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

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

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

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

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