Html Css Color HEX #E09F99 Petite Orchid

📋 copy color: '#E09F99'

red 224 ◦ green 159 ◦ blue 153

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

Shades of Petite Orchid #E09F99

Tints of Petite Orchid #E09F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.66%

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

R = 41.79%
G = 29.66%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E09F99 (or 0xE09F99) is known color: Petite Orchid. HEX triplet: E0, 9F and 99. RGB value is (224,159,153). Sum of RGB (Red+Green+Blue) = 224+159+153=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09F99 is #1F6066. Grayscale: #B1B1B1. Windows color (decimal): -2056295 or 10067936. OLE color: 10067936.

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

Color convert

RGB 224 159 153 -
CMYK 0 0.29 0.32 0.12
HSL 5.07º 0.53% 0.74% -
HSV(B) 5.07º 0.32% 0.88% -
XYZ 48.89 42.94 35.85 -
YUV 177.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 224 159 153 0 0.29 0.32 0.12 5.07 0.53 0.74
Hex E0 9F 99 0 1D 20 C 5 35 4A
Octal 340 237 231 0 35 40 14 5 65 112
Binary 11100000 10011111 10011001 0 11101 100000 1100 101 110101 1001010

Color Harmonies of #E09F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09F99

Black with #E09F99

Text Example


Text Example

White with #E09F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09F99; }

 p { color: rgb(224,159,153); }

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

background-color css

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

 a { background-color: rgb(224,159,153); }

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

border-color css

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

 span { border-color: rgb(224,159,153); }

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