Html Css Color HEX #E9A29A Petite Orchid

📋 copy color: '#E9A29A'

red 233 ◦ green 162 ◦ blue 154

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

Shades of Petite Orchid #E9A29A

Tints of Petite Orchid #E9A29A

RGB

 RED value IS 233 (91.41% from 255) = 42.44%

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

 BLUE value IS 154 (60.55% from 255) = 28.05%

R = 42.44%
G = 29.51%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9A29A (or 0xE9A29A) is known color: Petite Orchid. HEX triplet: E9, A2 and 9A. RGB value is (233,162,154). Sum of RGB (Red+Green+Blue) = 233+162+154=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A29A is #165D65. Grayscale: #B6B6B6. Windows color (decimal): -1465702 or 10134249. OLE color: 10134249.

HSL color Cylindrical-coordinate representation of color #E9A29A: hue angle of 6.08º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9A29A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 162 154 -
CMYK 0 0.30 0.34 0.09
HSL 6.08º 0.64% 0.76% -
HSV(B) 6.08º 0.34% 0.91% -
XYZ 52.36 45.5 36.59 -
YUV 182.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 233 162 154 0 0.30 0.34 0.09 6.08 0.64 0.76
Hex E9 A2 9A 0 1E 22 9 6 40 4C
Octal 351 242 232 0 36 42 11 6 100 114
Binary 11101001 10100010 10011010 0 11110 100010 1001 110 1000000 1001100

Color Harmonies of #E9A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A29A

Black with #E9A29A

Text Example


Text Example

White with #E9A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A29A; }

 p { color: rgb(233,162,154); }

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

background-color css

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

 a { background-color: rgb(233,162,154); }

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

border-color css

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

 span { border-color: rgb(233,162,154); }

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