Html Css Color HEX #E09689 Petite Orchid

📋 copy color: '#E09689'

red 224 ◦ green 150 ◦ blue 137

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

Shades of Petite Orchid #E09689

Tints of Petite Orchid #E09689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.35%

 BLUE value IS 137 (53.91% from 255) = 26.81%

R = 43.84%
G = 29.35%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E09689 (or 0xE09689) is known color: Petite Orchid. HEX triplet: E0, 96 and 89. RGB value is (224,150,137). Sum of RGB (Red+Green+Blue) = 224+150+137=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E09689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09689 is #1F6976. Grayscale: #AAAAAA. Windows color (decimal): -2058615 or 9017056. OLE color: 9017056.

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

Color convert

RGB 224 150 137 -
CMYK 0 0.33 0.39 0.12
HSL 8.97º 0.58% 0.71% -
HSV(B) 8.97º 0.39% 0.88% -
XYZ 46.16 39.47 28.85 -
YUV 170.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 224 150 137 0 0.33 0.39 0.12 8.97 0.58 0.71
Hex E0 96 89 0 21 27 C 9 3A 47
Octal 340 226 211 0 41 47 14 11 72 107
Binary 11100000 10010110 10001001 0 100001 100111 1100 1001 111010 1000111

Color Harmonies of #E09689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09689

Black with #E09689

Text Example


Text Example

White with #E09689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09689; }

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

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

background-color css

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

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

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

border-color css

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

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

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