Html Css Color HEX #EFA57A Tacao

📋 copy color: '#EFA57A'

red 239 ◦ green 165 ◦ blue 122

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

Shades of Tacao #EFA57A

Tints of Tacao #EFA57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.19%

R = 45.44%
G = 31.37%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFA57A (or 0xEFA57A) is known color: Tacao. HEX triplet: EF, A5 and 7A. RGB value is (239,165,122). Sum of RGB (Red+Green+Blue) = 239+165+122=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA57A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA57A is #105A85. Grayscale: #B6B6B6. Windows color (decimal): -1071750 or 8037871. OLE color: 8037871.

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

Color convert

RGB 239 165 122 -
CMYK 0 0.31 0.49 0.06
HSL 22.05º 0.79% 0.71% -
HSV(B) 22.05º 0.49% 0.94% -
XYZ 52.56 46.67 24.65 -
YUV 182.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 239 165 122 0 0.31 0.49 0.06 22.05 0.79 0.71
Hex EF A5 7A 0 1F 31 6 16 4F 47
Octal 357 245 172 0 37 61 6 26 117 107
Binary 11101111 10100101 1111010 0 11111 110001 110 10110 1001111 1000111

Color Harmonies of #EFA57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA57A

Black with #EFA57A

Text Example


Text Example

White with #EFA57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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