#E3E69B

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

Shades of Primrose #E3E69B

Tints of Primrose #E3E69B

Color information

#E3E69B (or 0xE3E69B) is unknown color: approx Primrose. HEX triplet: E3, E6 and 9B. RGB value is (227,230,155). Sum of RGB (Red+Green+Blue) = 227+230+155=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 230 - color contains mainly: green. Hex color #E3E69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3E69B is #1C1964. Grayscale: #DCDCDC. Windows color (decimal): -1841509 or 10217187. OLE color: 10217187.

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

Color convert

RGB227230155-
CMYK0.0100.330.10
HSL62.4º60%75.49%-
HSV(B)62.4º32.61%90.2%-
XYZ65.8975.2942.07-
YUV220.5591.01132.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.09%
GREEN value IS 230 (90.23% from 255) = 37.58%
BLUE value IS 155 (60.94% from 255) = 25.33%
R=37.09%
G=37.58%
B=25.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2272301550.0100.330.1062.46075.49
HexE3E69B1021A3e3c4b
Octal3433462331041127674113
Binary1110001111100110100110111010000110101111101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E69B; }

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

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

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

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

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

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

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

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