Html Css Color HEX #E09896 Petite Orchid

📋 copy color: '#E09896'

red 224 ◦ green 152 ◦ blue 150

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

Shades of Petite Orchid #E09896

Tints of Petite Orchid #E09896

RGB

 RED value IS 224 (87.89% from 255) = 42.59%

 GREEN value IS 152 (59.77% from 255) = 28.9%

 BLUE value IS 150 (58.98% from 255) = 28.52%

R = 42.59%
G = 28.9%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E09896 (or 0xE09896) is known color: Petite Orchid. HEX triplet: E0, 98 and 96. RGB value is (224,152,150). Sum of RGB (Red+Green+Blue) = 224+152+150=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E09896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09896 is #1F6769. Grayscale: #ADADAD. Windows color (decimal): -2058090 or 9869536. OLE color: 9869536.

HSL color Cylindrical-coordinate representation of color #E09896: hue angle of 1.62º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09896 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 152 150 -
CMYK 0 0.32 0.33 0.12
HSL 1.62º 0.54% 0.73% -
HSV(B) 1.62º 0.33% 0.88% -
XYZ 47.47 40.51 34.17 -
YUV 173.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 224 152 150 0 0.32 0.33 0.12 1.62 0.54 0.73
Hex E0 98 96 0 20 21 C 2 36 49
Octal 340 230 226 0 40 41 14 2 66 111
Binary 11100000 10011000 10010110 0 100000 100001 1100 10 110110 1001001

Color Harmonies of #E09896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09896

Black with #E09896

Text Example


Text Example

White with #E09896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09896; }

 p { color: rgb(224,152,150); }

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

background-color css

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

 a { background-color: rgb(224,152,150); }

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

border-color css

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

 span { border-color: rgb(224,152,150); }

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