Html Css Color HEX #EEA096 Sweet Pink

📋 copy color: '#EEA096'

red 238 ◦ green 160 ◦ blue 150

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

Shades of Sweet Pink #EEA096

Tints of Sweet Pink #EEA096

RGB

 RED value IS 238 (93.36% from 255) = 43.43%

 GREEN value IS 160 (62.89% from 255) = 29.2%

 BLUE value IS 150 (58.98% from 255) = 27.37%

R = 43.43%
G = 29.2%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEA096 (or 0xEEA096) is known color: Sweet Pink. HEX triplet: EE, A0 and 96. RGB value is (238,160,150). Sum of RGB (Red+Green+Blue) = 238+160+150=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA096 is #115F69. Grayscale: #B6B6B6. Windows color (decimal): -1138538 or 9871598. OLE color: 9871598.

HSL color Cylindrical-coordinate representation of color #EEA096: hue angle of 6.82º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA096 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 150 -
CMYK 0 0.33 0.37 0.07
HSL 6.82º 0.72% 0.76% -
HSV(B) 6.82º 0.37% 0.93% -
XYZ 53.34 45.52 34.83 -
YUV 182.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 238 160 150 0 0.33 0.37 0.07 6.82 0.72 0.76
Hex EE A0 96 0 21 25 7 7 48 4C
Octal 356 240 226 0 41 45 7 7 110 114
Binary 11101110 10100000 10010110 0 100001 100101 111 111 1001000 1001100

Color Harmonies of #EEA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA096

Black with #EEA096

Text Example


Text Example

White with #EEA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA096; }

 p { color: rgb(238,160,150); }

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

background-color css

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

 a { background-color: rgb(238,160,150); }

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

border-color css

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

 span { border-color: rgb(238,160,150); }

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