#E0E69B

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

Shades of Primrose #E0E69B

Tints of Primrose #E0E69B

Color information

#E0E69B (or 0xE0E69B) is unknown color: approx Primrose. HEX triplet: E0, E6 and 9B. RGB value is (224,230,155). Sum of RGB (Red+Green+Blue) = 224+230+155=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E69B is #1F1964. Grayscale: #DBDBDB. Windows color (decimal): -2038117 or 10217184. OLE color: 10217184.

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

Color convert

RGB224230155-
CMYK0.0300.330.10
HSL64.8º60%75.49%-
HSV(B)64.8º32.61%90.2%-
XYZ64.9574.8142.03-
YUV219.6691.51131.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 155 (60.94% from 255) = 25.45%
R=36.78%
G=37.77%
B=25.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242301550.0300.330.1064.86075.49
HexE0E69B3021A413c4b
Octal34034623330411210174113
Binary111000001110011010011011110100001101010000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E69B; }

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

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

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

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

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

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

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

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