Html Css Color HEX #E09486 Petite Orchid

📋 copy color: '#E09486'

red 224 ◦ green 148 ◦ blue 134

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

Shades of Petite Orchid #E09486

Tints of Petite Orchid #E09486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.25%

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 44.27%
G = 29.25%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E09486 (or 0xE09486) is known color: Petite Orchid. HEX triplet: E0, 94 and 86. RGB value is (224,148,134). Sum of RGB (Red+Green+Blue) = 224+148+134=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E09486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09486 is #1F6B79. Grayscale: #A9A9A9. Windows color (decimal): -2059130 or 8819936. OLE color: 8819936.

HSL color Cylindrical-coordinate representation of color #E09486: hue angle of 9.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E09486 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 134 -
CMYK 0 0.34 0.40 0.12
HSL 9.33º 0.59% 0.7% -
HSV(B) 9.33º 0.4% 0.88% -
XYZ 45.63 38.75 27.63 -
YUV 169.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 224 148 134 0 0.34 0.40 0.12 9.33 0.59 0.7
Hex E0 94 86 0 22 28 C 9 3B 46
Octal 340 224 206 0 42 50 14 11 73 106
Binary 11100000 10010100 10000110 0 100010 101000 1100 1001 111011 1000110

Color Harmonies of #E09486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09486

Black with #E09486

Text Example


Text Example

White with #E09486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09486; }

 p { color: rgb(224,148,134); }

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

background-color css

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

 a { background-color: rgb(224,148,134); }

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

border-color css

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

 span { border-color: rgb(224,148,134); }

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