Html Css Color HEX #EFA57C Tacao

📋 copy color: '#EFA57C'

red 239 ◦ green 165 ◦ blue 124

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

Shades of Tacao #EFA57C

Tints of Tacao #EFA57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.48%

R = 45.27%
G = 31.25%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFA57C (or 0xEFA57C) is known color: Tacao. HEX triplet: EF, A5 and 7C. RGB value is (239,165,124). Sum of RGB (Red+Green+Blue) = 239+165+124=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA57C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA57C is #105A83. Grayscale: #B6B6B6. Windows color (decimal): -1071748 or 8168943. OLE color: 8168943.

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

Color convert

RGB 239 165 124 -
CMYK 0 0.31 0.48 0.06
HSL 21.39º 0.78% 0.71% -
HSV(B) 21.39º 0.48% 0.94% -
XYZ 52.69 46.72 25.31 -
YUV 182.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 239 165 124 0 0.31 0.48 0.06 21.39 0.78 0.71
Hex EF A5 7C 0 1F 30 6 15 4E 47
Octal 357 245 174 0 37 60 6 25 116 107
Binary 11101111 10100101 1111100 0 11111 110000 110 10101 1001110 1000111

Color Harmonies of #EFA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA57C

Black with #EFA57C

Text Example


Text Example

White with #EFA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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