Html Css Color HEX #EFA57F Tacao

📋 copy color: '#EFA57F'

red 239 ◦ green 165 ◦ blue 127

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

Shades of Tacao #EFA57F

Tints of Tacao #EFA57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

 BLUE value IS 127 (50% from 255) = 23.92%

R = 45.01%
G = 31.07%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFA57F (or 0xEFA57F) is known color: Tacao. HEX triplet: EF, A5 and 7F. RGB value is (239,165,127). Sum of RGB (Red+Green+Blue) = 239+165+127=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA57F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA57F is #105A80. Grayscale: #B7B7B7. Windows color (decimal): -1071745 or 8365551. OLE color: 8365551.

HSL color Cylindrical-coordinate representation of color #EFA57F: hue angle of 20.36º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFA57F is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 165 127 -
CMYK 0 0.31 0.47 0.06
HSL 20.36º 0.78% 0.72% -
HSV(B) 20.36º 0.47% 0.94% -
XYZ 52.88 46.79 26.32 -
YUV 182.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 239 165 127 0 0.31 0.47 0.06 20.36 0.78 0.72
Hex EF A5 7F 0 1F 2F 6 14 4E 48
Octal 357 245 177 0 37 57 6 24 116 110
Binary 11101111 10100101 1111111 0 11111 101111 110 10100 1001110 1001000

Color Harmonies of #EFA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA57F

Black with #EFA57F

Text Example


Text Example

White with #EFA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA57F; }

 p { color: rgb(239,165,127); }

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

background-color css

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

 a { background-color: rgb(239,165,127); }

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

border-color css

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

 span { border-color: rgb(239,165,127); }

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