Html Css Color HEX #E6A39A Petite Orchid

📋 copy color: '#E6A39A'

red 230 ◦ green 163 ◦ blue 154

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

Shades of Petite Orchid #E6A39A

Tints of Petite Orchid #E6A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.8%

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

R = 42.05%
G = 29.8%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6A39A (or 0xE6A39A) is known color: Petite Orchid. HEX triplet: E6, A3 and 9A. RGB value is (230,163,154). Sum of RGB (Red+Green+Blue) = 230+163+154=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A39A is #195C65. Grayscale: #B6B6B6. Windows color (decimal): -1662054 or 10134502. OLE color: 10134502.

HSL color Cylindrical-coordinate representation of color #E6A39A: hue angle of 7.11º 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 #E6A39A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 163 154 -
CMYK 0 0.29 0.33 0.10
HSL 7.11º 0.6% 0.75% -
HSV(B) 7.11º 0.33% 0.9% -
XYZ 51.56 45.35 36.61 -
YUV 182.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 230 163 154 0 0.29 0.33 0.10 7.11 0.6 0.75
Hex E6 A3 9A 0 1D 21 A 7 3C 4B
Octal 346 243 232 0 35 41 12 7 74 113
Binary 11100110 10100011 10011010 0 11101 100001 1010 111 111100 1001011

Color Harmonies of #E6A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A39A

Black with #E6A39A

Text Example


Text Example

White with #E6A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A39A; }

 p { color: rgb(230,163,154); }

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

background-color css

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

 a { background-color: rgb(230,163,154); }

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

border-color css

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

 span { border-color: rgb(230,163,154); }

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