Html Css Color HEX #EFA96F Tacao

📋 copy color: '#EFA96F'

red 239 ◦ green 169 ◦ blue 111

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

Shades of Tacao #EFA96F

Tints of Tacao #EFA96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.39%

R = 46.05%
G = 32.56%
B = 21.39%

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

#EFA96F (or 0xEFA96F) is known color: Tacao. HEX triplet: EF, A9 and 6F. RGB value is (239,169,111). Sum of RGB (Red+Green+Blue) = 239+169+111=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA96F is #105690. Grayscale: #B7B7B7. Windows color (decimal): -1070737 or 7317999. OLE color: 7317999.

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

Color convert

RGB 239 169 111 -
CMYK 0 0.29 0.54 0.06
HSL 27.19º 0.8% 0.69% -
HSV(B) 27.19º 0.54% 0.94% -
XYZ 52.65 47.87 21.5 -
YUV 183.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 239 169 111 0 0.29 0.54 0.06 27.19 0.8 0.69
Hex EF A9 6F 0 1D 36 6 1B 50 45
Octal 357 251 157 0 35 66 6 33 120 105
Binary 11101111 10101001 1101111 0 11101 110110 110 11011 1010000 1000101

Color Harmonies of #EFA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA96F

Black with #EFA96F

Text Example


Text Example

White with #EFA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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