Html Css Color HEX #E9A098 Petite Orchid

📋 copy color: '#E9A098'

red 233 ◦ green 160 ◦ blue 152

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

Shades of Petite Orchid #E9A098

Tints of Petite Orchid #E9A098

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 value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E9A098 (or 0xE9A098) is known color: 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

RGB 233 160 152 -
CMYK 0 0.31 0.35 0.09
HSL 5.93º 0.65% 0.75% -
HSV(B) 5.93º 0.35% 0.91% -
XYZ 51.84 44.73 35.61 -
YUV 180.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 233 160 152 0 0.31 0.35 0.09 5.93 0.65 0.75
Hex E9 A0 98 0 1F 23 9 6 41 4B
Octal 351 240 230 0 37 43 11 6 101 113
Binary 11101001 10100000 10011000 0 11111 100011 1001 110 1000001 1001011

Color Harmonies of #E9A098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A098

Black with #E9A098

Text Example


Text Example

White with #E9A098

Text Example


Text Example

HTML Codes & Css Web 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>