#E0E68A

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

Shades of Primrose #E0E68A

Tints of Primrose #E0E68A

Color information

#E0E68A (or 0xE0E68A) is unknown color: approx Primrose. HEX triplet: E0, E6 and 8A. RGB value is (224,230,138). Sum of RGB (Red+Green+Blue) = 224+230+138=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E68A is #1F1975. Grayscale: #DADADA. Windows color (decimal): -2038134 or 9103072. OLE color: 9103072.

HSL color Cylindrical-coordinate representation of color #E0E68A: hue angle of 63.91º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0E68A is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB224230138-
CMYK0.0300.40.10
HSL63.91º64.79%72.16%-
HSV(B)63.91º40%90.2%-
XYZ63.6274.2835.03-
YUV217.7283.01132.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 230 (90.23% from 255) = 38.85%
BLUE value IS 138 (54.30% from 255) = 23.31%
R=37.84%
G=38.85%
B=23.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242301380.0300.40.1063.9164.7972.16
HexE0E68A3028A404148
Octal340346212305012100101110
Binary1110000011100110100010101101010001010100000010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E68A; }

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

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

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

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

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

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

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

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