Html Css Color HEX #E09688 Petite Orchid

📋 copy color: '#E09688'

red 224 ◦ green 150 ◦ blue 136

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

Shades of Petite Orchid #E09688

Tints of Petite Orchid #E09688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.67%

R = 43.92%
G = 29.41%
B = 26.67%

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

#E09688 (or 0xE09688) is known color: Petite Orchid. HEX triplet: E0, 96 and 88. RGB value is (224,150,136). Sum of RGB (Red+Green+Blue) = 224+150+136=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E09688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09688 is #1F6977. Grayscale: #AAAAAA. Windows color (decimal): -2058616 or 8951520. OLE color: 8951520.

HSL color Cylindrical-coordinate representation of color #E09688: hue angle of 9.55º degrees, saturation: 0.59, 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 #E09688 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 136 -
CMYK 0 0.33 0.39 0.12
HSL 9.55º 0.59% 0.71% -
HSV(B) 9.55º 0.39% 0.88% -
XYZ 46.09 39.44 28.48 -
YUV 170.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 224 150 136 0 0.33 0.39 0.12 9.55 0.59 0.71
Hex E0 96 88 0 21 27 C A 3B 47
Octal 340 226 210 0 41 47 14 12 73 107
Binary 11100000 10010110 10001000 0 100001 100111 1100 1010 111011 1000111

Color Harmonies of #E09688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09688

Black with #E09688

Text Example


Text Example

White with #E09688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09688; }

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

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

background-color css

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

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

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

border-color css

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

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

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