Html Css Color HEX #EFA880 Tacao

📋 copy color: '#EFA880'

red 239 ◦ green 168 ◦ blue 128

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

Shades of Tacao #EFA880

Tints of Tacao #EFA880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

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

R = 44.67%
G = 31.4%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFA880 (or 0xEFA880) is known color: Tacao. HEX triplet: EF, A8 and 80. RGB value is (239,168,128). Sum of RGB (Red+Green+Blue) = 239+168+128=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA880 is #10577F. Grayscale: #B8B8B8. Windows color (decimal): -1070976 or 8431855. OLE color: 8431855.

HSL color Cylindrical-coordinate representation of color #EFA880: hue angle of 21.62º 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 #EFA880 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 168 128 -
CMYK 0 0.30 0.46 0.06
HSL 21.62º 0.78% 0.72% -
HSV(B) 21.62º 0.46% 0.94% -
XYZ 53.5 47.91 26.85 -
YUV 184.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 239 168 128 0 0.30 0.46 0.06 21.62 0.78 0.72
Hex EF A8 80 0 1E 2E 6 16 4E 48
Octal 357 250 200 0 36 56 6 26 116 110
Binary 11101111 10101000 10000000 0 11110 101110 110 10110 1001110 1001000

Color Harmonies of #EFA880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA880

Black with #EFA880

Text Example


Text Example

White with #EFA880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA880; }

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

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

background-color css

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

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

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

border-color css

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

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

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