#E6E08A

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

Shades of Primrose #E6E08A

Tints of Primrose #E6E08A

Color information

#E6E08A (or 0xE6E08A) is unknown color: approx Primrose. HEX triplet: E6, E0 and 8A. RGB value is (230,224,138). Sum of RGB (Red+Green+Blue) = 230+224+138=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E08A is #191F75. Grayscale: #D8D8D8. Windows color (decimal): -1646454 or 9101542. OLE color: 9101542.

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

Color convert

RGB230224138-
CMYK00.030.40.10
HSL56.09º64.79%72.16%-
HSV(B)56.09º40%90.2%-
XYZ63.8871.9734.57-
YUV215.9983.99137.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022413800.030.40.1056.0964.7972.16
HexE6E08A0328A384148
Octal34634021203501270101110
Binary111001101110000010001010011101000101011100010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E08A; }

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

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

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

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

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

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

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

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