Html Css Color HEX #E3A297 Petite Orchid

📋 copy color: '#E3A297'

red 227 ◦ green 162 ◦ blue 151

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

Shades of Petite Orchid #E3A297

Tints of Petite Orchid #E3A297

RGB

 RED value IS 227 (89.06% from 255) = 42.04%

 GREEN value IS 162 (63.67% from 255) = 30%

 BLUE value IS 151 (59.38% from 255) = 27.96%

R = 42.04%
G = 30%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E3A297 (or 0xE3A297) is known color: Petite Orchid. HEX triplet: E3, A2 and 97. RGB value is (227,162,151). Sum of RGB (Red+Green+Blue) = 227+162+151=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A297 is #1C5D68. Grayscale: #B4B4B4. Windows color (decimal): -1858921 or 9937635. OLE color: 9937635.

HSL color Cylindrical-coordinate representation of color #E3A297: hue angle of 8.68º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3A297 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 162 151 -
CMYK 0 0.29 0.33 0.11
HSL 8.68º 0.58% 0.74% -
HSV(B) 8.68º 0.33% 0.89% -
XYZ 50.18 44.41 35.2 -
YUV 180.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 227 162 151 0 0.29 0.33 0.11 8.68 0.58 0.74
Hex E3 A2 97 0 1D 21 B 9 3A 4A
Octal 343 242 227 0 35 41 13 11 72 112
Binary 11100011 10100010 10010111 0 11101 100001 1011 1001 111010 1001010

Color Harmonies of #E3A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A297

Black with #E3A297

Text Example


Text Example

White with #E3A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A297; }

 p { color: rgb(227,162,151); }

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

background-color css

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

 a { background-color: rgb(227,162,151); }

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

border-color css

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

 span { border-color: rgb(227,162,151); }

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