Html Css Color HEX #E4A299 Petite Orchid

📋 copy color: '#E4A299'

red 228 ◦ green 162 ◦ blue 153

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

Shades of Petite Orchid #E4A299

Tints of Petite Orchid #E4A299

RGB

 RED value IS 228 (89.45% from 255) = 41.99%

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

 BLUE value IS 153 (60.16% from 255) = 28.18%

R = 41.99%
G = 29.83%
B = 28.18%

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

#E4A299 (or 0xE4A299) is known color: Petite Orchid. HEX triplet: E4, A2 and 99. RGB value is (228,162,153). Sum of RGB (Red+Green+Blue) = 228+162+153=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A299 is #1B5D66. Grayscale: #B4B4B4. Windows color (decimal): -1793383 or 10068708. OLE color: 10068708.

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

Color convert

RGB 228 162 153 -
CMYK 0 0.29 0.33 0.11
HSL 7.2º 0.58% 0.75% -
HSV(B) 7.2º 0.33% 0.89% -
XYZ 50.67 44.63 36.08 -
YUV 180.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 228 162 153 0 0.29 0.33 0.11 7.2 0.58 0.75
Hex E4 A2 99 0 1D 21 B 7 3A 4B
Octal 344 242 231 0 35 41 13 7 72 113
Binary 11100100 10100010 10011001 0 11101 100001 1011 111 111010 1001011

Color Harmonies of #E4A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A299

Black with #E4A299

Text Example


Text Example

White with #E4A299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A299; }

 p { color: rgb(228,162,153); }

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

background-color css

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

 a { background-color: rgb(228,162,153); }

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

border-color css

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

 span { border-color: rgb(228,162,153); }

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