Html Css Color HEX #EFA098 Sweet Pink

📋 copy color: '#EFA098'

red 239 ◦ green 160 ◦ blue 152

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

Shades of Sweet Pink #EFA098

Tints of Sweet Pink #EFA098

RGB

 RED value IS 239 (93.75% from 255) = 43.38%

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

 BLUE value IS 152 (59.77% from 255) = 27.59%

R = 43.38%
G = 29.04%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFA098 (or 0xEFA098) is known color: Sweet Pink. HEX triplet: EF, A0 and 98. RGB value is (239,160,152). Sum of RGB (Red+Green+Blue) = 239+160+152=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA098 is #105F67. Grayscale: #B6B6B6. Windows color (decimal): -1073000 or 10002671. OLE color: 10002671.

HSL color Cylindrical-coordinate representation of color #EFA098: hue angle of 5.52º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA098 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 152 -
CMYK 0 0.33 0.36 0.06
HSL 5.52º 0.73% 0.77% -
HSV(B) 5.52º 0.36% 0.94% -
XYZ 53.83 45.76 35.7 -
YUV 182.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 239 160 152 0 0.33 0.36 0.06 5.52 0.73 0.77
Hex EF A0 98 0 21 24 6 6 49 4D
Octal 357 240 230 0 41 44 6 6 111 115
Binary 11101111 10100000 10011000 0 100001 100100 110 110 1001001 1001101

Color Harmonies of #EFA098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA098

Black with #EFA098

Text Example


Text Example

White with #EFA098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA098; }

 p { color: rgb(239,160,152); }

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

background-color css

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

 a { background-color: rgb(239,160,152); }

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

border-color css

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

 span { border-color: rgb(239,160,152); }

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