#E9A098

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

Shades of Petite Orchid #E9A098

Tints of Petite Orchid #E9A098

Color information

#E9A098 (or 0xE9A098) is unknown color: approx Petite Orchid. HEX triplet: E9, A0 and 98. RGB value is (233,160,152). Sum of RGB (Red+Green+Blue) = 233+160+152=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A098 is #165F67. Grayscale: #B5B5B5. Windows color (decimal): -1466216 or 10002665. OLE color: 10002665.

HSL color Cylindrical-coordinate representation of color #E9A098: hue angle of 5.93º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E9A098 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB233160152-
CMYK00.310.350.09
HSL5.93º64.8%75.49%-
HSV(B)5.93º34.76%91.37%-
XYZ51.8444.7335.61-
YUV180.92111.68165.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.75%
GREEN value IS 160 (62.89% from 255) = 29.36%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=42.75%
G=29.36%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316015200.310.350.095.9364.875.49
HexE9A09801F2396414b
Octal35124023003743116101113
Binary111010011010000010011000011111100011100111010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A098; }

 p { color: rgb(233,160,152); }

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

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

 a { background-color: rgb(233,160,152); }

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

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

 span { border-color: rgb(233,160,152); }

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