Html Css Color HEX #E6A29B Petite Orchid

📋 copy color: '#E6A29B'

red 230 ◦ green 162 ◦ blue 155

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

Shades of Petite Orchid #E6A29B

Tints of Petite Orchid #E6A29B

RGB

 RED value IS 230 (90.23% from 255) = 42.05%

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

 BLUE value IS 155 (60.94% from 255) = 28.34%

R = 42.05%
G = 29.62%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6A29B (or 0xE6A29B) is known color: Petite Orchid. HEX triplet: E6, A2 and 9B. RGB value is (230,162,155). Sum of RGB (Red+Green+Blue) = 230+162+155=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A29B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A29B is #195D64. Grayscale: #B5B5B5. Windows color (decimal): -1662309 or 10199782. OLE color: 10199782.

HSL color Cylindrical-coordinate representation of color #E6A29B: hue angle of 5.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6A29B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 162 155 -
CMYK 0 0.30 0.33 0.10
HSL 5.6º 0.6% 0.75% -
HSV(B) 5.6º 0.33% 0.9% -
XYZ 51.47 45.03 36.99 -
YUV 181.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 230 162 155 0 0.30 0.33 0.10 5.6 0.6 0.75
Hex E6 A2 9B 0 1E 21 A 6 3C 4B
Octal 346 242 233 0 36 41 12 6 74 113
Binary 11100110 10100010 10011011 0 11110 100001 1010 110 111100 1001011

Color Harmonies of #E6A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A29B

Black with #E6A29B

Text Example


Text Example

White with #E6A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A29B; }

 p { color: rgb(230,162,155); }

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

background-color css

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

 a { background-color: rgb(230,162,155); }

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

border-color css

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

 span { border-color: rgb(230,162,155); }

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