Html Css Color HEX #EFA277 Tacao

📋 copy color: '#EFA277'

red 239 ◦ green 162 ◦ blue 119

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

Shades of Tacao #EFA277

Tints of Tacao #EFA277

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.15%

 BLUE value IS 119 (46.88% from 255) = 22.88%

R = 45.96%
G = 31.15%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFA277 (or 0xEFA277) is known color: Tacao. HEX triplet: EF, A2 and 77. RGB value is (239,162,119). Sum of RGB (Red+Green+Blue) = 239+162+119=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA277 is #105D88. Grayscale: #B4B4B4. Windows color (decimal): -1072521 or 7840495. OLE color: 7840495.

HSL color Cylindrical-coordinate representation of color #EFA277: hue angle of 21.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFA277 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 119 -
CMYK 0 0.32 0.50 0.06
HSL 21.5º 0.79% 0.7% -
HSV(B) 21.5º 0.5% 0.94% -
XYZ 51.85 45.52 23.51 -
YUV 180.12 93.51 170 -
System Red Green Blue C M Y K H S L
Decimal 239 162 119 0 0.32 0.50 0.06 21.5 0.79 0.7
Hex EF A2 77 0 20 32 6 16 4F 46
Octal 357 242 167 0 40 62 6 26 117 106
Binary 11101111 10100010 1110111 0 100000 110010 110 10110 1001111 1000110

Color Harmonies of #EFA277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA277

Black with #EFA277

Text Example


Text Example

White with #EFA277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA277; }

 p { color: rgb(239,162,119); }

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

background-color css

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

 a { background-color: rgb(239,162,119); }

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

border-color css

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

 span { border-color: rgb(239,162,119); }

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