#E6E29B

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

Shades of Primrose #E6E29B

Tints of Primrose #E6E29B

Color information

#E6E29B (or 0xE6E29B) is unknown color: approx Primrose. HEX triplet: E6, E2 and 9B. RGB value is (230,226,155). Sum of RGB (Red+Green+Blue) = 230+226+155=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E29B is #191D64. Grayscale: #DBDBDB. Windows color (decimal): -1645925 or 10216166. OLE color: 10216166.

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

Color convert

RGB230226155-
CMYK00.020.330.10
HSL56.8º60%75.49%-
HSV(B)56.8º32.61%90.2%-
XYZ65.7573.5841.75-
YUV219.191.83135.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 226 (88.67% from 255) = 36.99%
BLUE value IS 155 (60.94% from 255) = 25.37%
R=37.64%
G=36.99%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022615500.020.330.1056.86075.49
HexE6E29B0221A393c4b
Octal3463422330241127174113
Binary11100110111000101001101101010000110101110011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E29B; }

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

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

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

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

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

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

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

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