Html Css Color HEX #EFAD7D Tacao

📋 copy color: '#EFAD7D'

red 239 ◦ green 173 ◦ blue 125

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

Shades of Tacao #EFAD7D

Tints of Tacao #EFAD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.22%

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

R = 44.51%
G = 32.22%
B = 23.28%

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

#EFAD7D (or 0xEFAD7D) is known color: Tacao. HEX triplet: EF, AD and 7D. RGB value is (239,173,125). Sum of RGB (Red+Green+Blue) = 239+173+125=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAD7D is #105282. Grayscale: #BBBBBB. Windows color (decimal): -1069699 or 8236527. OLE color: 8236527.

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

Color convert

RGB 239 173 125 -
CMYK 0 0.28 0.48 0.06
HSL 25.26º 0.78% 0.71% -
HSV(B) 25.26º 0.48% 0.94% -
XYZ 54.24 49.72 26.14 -
YUV 187.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 239 173 125 0 0.28 0.48 0.06 25.26 0.78 0.71
Hex EF AD 7D 0 1C 30 6 19 4E 47
Octal 357 255 175 0 34 60 6 31 116 107
Binary 11101111 10101101 1111101 0 11100 110000 110 11001 1001110 1000111

Color Harmonies of #EFAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD7D

Black with #EFAD7D

Text Example


Text Example

White with #EFAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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