Html Css Color HEX #EFA475 Tacao

📋 copy color: '#EFA475'

red 239 ◦ green 164 ◦ blue 117

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

Shades of Tacao #EFA475

Tints of Tacao #EFA475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.54%

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 45.96%
G = 31.54%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFA475 (or 0xEFA475) is known color: Tacao. HEX triplet: EF, A4 and 75. RGB value is (239,164,117). Sum of RGB (Red+Green+Blue) = 239+164+117=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA475 is #105B8A. Grayscale: #B5B5B5. Windows color (decimal): -1072011 or 7709935. OLE color: 7709935.

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

Color convert

RGB 239 164 117 -
CMYK 0 0.31 0.51 0.06
HSL 23.11º 0.79% 0.7% -
HSV(B) 23.11º 0.51% 0.94% -
XYZ 52.08 46.19 23 -
YUV 181.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 239 164 117 0 0.31 0.51 0.06 23.11 0.79 0.7
Hex EF A4 75 0 1F 33 6 17 4F 46
Octal 357 244 165 0 37 63 6 27 117 106
Binary 11101111 10100100 1110101 0 11111 110011 110 10111 1001111 1000110

Color Harmonies of #EFA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA475

Black with #EFA475

Text Example


Text Example

White with #EFA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA475; }

 p { color: rgb(239,164,117); }

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

background-color css

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

 a { background-color: rgb(239,164,117); }

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

border-color css

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

 span { border-color: rgb(239,164,117); }

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