Html Css Color HEX #EFAC70 Tacao

📋 copy color: '#EFAC70'

red 239 ◦ green 172 ◦ blue 112

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

Shades of Tacao #EFAC70

Tints of Tacao #EFAC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.89%

 BLUE value IS 112 (44.14% from 255) = 21.41%

R = 45.7%
G = 32.89%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFAC70 (or 0xEFAC70) is known color: Tacao. HEX triplet: EF, AC and 70. RGB value is (239,172,112). Sum of RGB (Red+Green+Blue) = 239+172+112=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC70 is #10538F. Grayscale: #B9B9B9. Windows color (decimal): -1069968 or 7384303. OLE color: 7384303.

HSL color Cylindrical-coordinate representation of color #EFAC70: hue angle of 28.35º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFAC70 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 172 112 -
CMYK 0 0.28 0.53 0.06
HSL 28.35º 0.8% 0.69% -
HSV(B) 28.35º 0.53% 0.94% -
XYZ 53.27 49.03 21.98 -
YUV 185.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 239 172 112 0 0.28 0.53 0.06 28.35 0.8 0.69
Hex EF AC 70 0 1C 35 6 1C 50 45
Octal 357 254 160 0 34 65 6 34 120 105
Binary 11101111 10101100 1110000 0 11100 110101 110 11100 1010000 1000101

Color Harmonies of #EFAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC70

Black with #EFAC70

Text Example


Text Example

White with #EFAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC70; }

 p { color: rgb(239,172,112); }

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

background-color css

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

 a { background-color: rgb(239,172,112); }

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

border-color css

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

 span { border-color: rgb(239,172,112); }

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