Html Css Color HEX #E9A099 Petite Orchid

📋 copy color: '#E9A099'

red 233 ◦ green 160 ◦ blue 153

#E9A099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #E9A099

Tints of Petite Orchid #E9A099

RGB

 RED value IS 233 (91.41% from 255) = 42.67%

 GREEN value IS 160 (62.89% from 255) = 29.3%

 BLUE value IS 153 (60.16% from 255) = 28.02%

R = 42.67%
G = 29.3%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9A099 (or 0xE9A099) is known color: Petite Orchid. HEX triplet: E9, A0 and 99. RGB value is (233,160,153). Sum of RGB (Red+Green+Blue) = 233+160+153=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A099 is #165F66. Grayscale: #B5B5B5. Windows color (decimal): -1466215 or 10068201. OLE color: 10068201.

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

Color convert

RGB 233 160 153 -
CMYK 0 0.31 0.34 0.09
HSL 5.25º 0.65% 0.76% -
HSV(B) 5.25º 0.34% 0.91% -
XYZ 51.92 44.77 36.04 -
YUV 181.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 233 160 153 0 0.31 0.34 0.09 5.25 0.65 0.76
Hex E9 A0 99 0 1F 22 9 5 41 4C
Octal 351 240 231 0 37 42 11 5 101 114
Binary 11101001 10100000 10011001 0 11111 100010 1001 101 1000001 1001100

Color Harmonies of #E9A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A099

Black with #E9A099

Text Example


Text Example

White with #E9A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A099; }

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

 H1.HeaderClassName
 {
   color: #E9A099;
 }
 .AnyTagClassName
 {
   color: #E9A099;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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