Html Css Color HEX #EFA380 Tonys Pink

📋 copy color: '#EFA380'

red 239 ◦ green 163 ◦ blue 128

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

Shades of Tonys Pink #EFA380

Tints of Tonys Pink #EFA380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.15%

R = 45.09%
G = 30.75%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFA380 (or 0xEFA380) is known color: Tonys Pink. HEX triplet: EF, A3 and 80. RGB value is (239,163,128). Sum of RGB (Red+Green+Blue) = 239+163+128=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA380 is #105C7F. Grayscale: #B5B5B5. Windows color (decimal): -1072256 or 8430575. OLE color: 8430575.

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

Color convert

RGB 239 163 128 -
CMYK 0 0.32 0.46 0.06
HSL 18.92º 0.78% 0.72% -
HSV(B) 18.92º 0.46% 0.94% -
XYZ 52.59 46.1 26.55 -
YUV 181.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 239 163 128 0 0.32 0.46 0.06 18.92 0.78 0.72
Hex EF A3 80 0 20 2E 6 13 4E 48
Octal 357 243 200 0 40 56 6 23 116 110
Binary 11101111 10100011 10000000 0 100000 101110 110 10011 1001110 1001000

Color Harmonies of #EFA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA380

Black with #EFA380

Text Example


Text Example

White with #EFA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA380; }

 p { color: rgb(239,163,128); }

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

background-color css

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

 a { background-color: rgb(239,163,128); }

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

border-color css

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

 span { border-color: rgb(239,163,128); }

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