Html Css Color HEX #EFA285 Tonys Pink

📋 copy color: '#EFA285'

red 239 ◦ green 162 ◦ blue 133

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

Shades of Tonys Pink #EFA285

Tints of Tonys Pink #EFA285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.91%

R = 44.76%
G = 30.34%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFA285 (or 0xEFA285) is known color: Tonys Pink. HEX triplet: EF, A2 and 85. RGB value is (239,162,133). Sum of RGB (Red+Green+Blue) = 239+162+133=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA285 is #105D7A. Grayscale: #B5B5B5. Windows color (decimal): -1072507 or 8757999. OLE color: 8757999.

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

Color convert

RGB 239 162 133 -
CMYK 0 0.32 0.44 0.06
HSL 16.42º 0.77% 0.73% -
HSV(B) 16.42º 0.44% 0.94% -
XYZ 52.75 45.88 28.27 -
YUV 181.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 239 162 133 0 0.32 0.44 0.06 16.42 0.77 0.73
Hex EF A2 85 0 20 2C 6 10 4D 49
Octal 357 242 205 0 40 54 6 20 115 111
Binary 11101111 10100010 10000101 0 100000 101100 110 10000 1001101 1001001

Color Harmonies of #EFA285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA285

Black with #EFA285

Text Example


Text Example

White with #EFA285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA285; }

 p { color: rgb(239,162,133); }

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

background-color css

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

 a { background-color: rgb(239,162,133); }

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

border-color css

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

 span { border-color: rgb(239,162,133); }

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