Html Css Color HEX #EFAC7D Tacao

📋 copy color: '#EFAC7D'

red 239 ◦ green 172 ◦ blue 125

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

Shades of Tacao #EFAC7D

Tints of Tacao #EFAC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.32%

R = 44.59%
G = 32.09%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFAC7D (or 0xEFAC7D) is known color: Tacao. HEX triplet: EF, AC and 7D. RGB value is (239,172,125). Sum of RGB (Red+Green+Blue) = 239+172+125=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC7D is #105382. Grayscale: #BABABA. Windows color (decimal): -1069955 or 8236271. OLE color: 8236271.

HSL color Cylindrical-coordinate representation of color #EFAC7D: hue angle of 24.74º 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 #EFAC7D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 172 125 -
CMYK 0 0.28 0.48 0.06
HSL 24.74º 0.78% 0.71% -
HSV(B) 24.74º 0.48% 0.94% -
XYZ 54.05 49.34 26.08 -
YUV 186.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 239 172 125 0 0.28 0.48 0.06 24.74 0.78 0.71
Hex EF AC 7D 0 1C 30 6 19 4E 47
Octal 357 254 175 0 34 60 6 31 116 107
Binary 11101111 10101100 1111101 0 11100 110000 110 11001 1001110 1000111

Color Harmonies of #EFAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC7D

Black with #EFAC7D

Text Example


Text Example

White with #EFAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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