Html Css Color HEX #EFA970 Tacao

📋 copy color: '#EFA970'

red 239 ◦ green 169 ◦ blue 112

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

Shades of Tacao #EFA970

Tints of Tacao #EFA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.5%

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 45.96%
G = 32.5%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFA970 (or 0xEFA970) is known color: Tacao. HEX triplet: EF, A9 and 70. RGB value is (239,169,112). Sum of RGB (Red+Green+Blue) = 239+169+112=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA970 is #10568F. Grayscale: #B7B7B7. Windows color (decimal): -1070736 or 7383535. OLE color: 7383535.

HSL color Cylindrical-coordinate representation of color #EFA970: hue angle of 26.93º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFA970 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 169 112 -
CMYK 0 0.29 0.53 0.06
HSL 26.93º 0.8% 0.69% -
HSV(B) 26.93º 0.53% 0.94% -
XYZ 52.71 47.9 21.8 -
YUV 183.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 239 169 112 0 0.29 0.53 0.06 26.93 0.8 0.69
Hex EF A9 70 0 1D 35 6 1B 50 45
Octal 357 251 160 0 35 65 6 33 120 105
Binary 11101111 10101001 1110000 0 11101 110101 110 11011 1010000 1000101

Color Harmonies of #EFA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA970

Black with #EFA970

Text Example


Text Example

White with #EFA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA970; }

 p { color: rgb(239,169,112); }

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

background-color css

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

 a { background-color: rgb(239,169,112); }

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

border-color css

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

 span { border-color: rgb(239,169,112); }

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