Html Css Color HEX #EFA96E Tacao

📋 copy color: '#EFA96E'

red 239 ◦ green 169 ◦ blue 110

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

Shades of Tacao #EFA96E

Tints of Tacao #EFA96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.24%

R = 46.14%
G = 32.63%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFA96E (or 0xEFA96E) is known color: Tacao. HEX triplet: EF, A9 and 6E. RGB value is (239,169,110). Sum of RGB (Red+Green+Blue) = 239+169+110=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA96E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA96E is #105691. Grayscale: #B7B7B7. Windows color (decimal): -1070738 or 7252463. OLE color: 7252463.

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

Color convert

RGB 239 169 110 -
CMYK 0 0.29 0.54 0.06
HSL 27.44º 0.8% 0.68% -
HSV(B) 27.44º 0.54% 0.94% -
XYZ 52.6 47.85 21.22 -
YUV 183.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 239 169 110 0 0.29 0.54 0.06 27.44 0.8 0.68
Hex EF A9 6E 0 1D 36 6 1B 50 44
Octal 357 251 156 0 35 66 6 33 120 104
Binary 11101111 10101001 1101110 0 11101 110110 110 11011 1010000 1000100

Color Harmonies of #EFA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA96E

Black with #EFA96E

Text Example


Text Example

White with #EFA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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