Html Css Color HEX #EFAF7D Tacao

📋 copy color: '#EFAF7D'

red 239 ◦ green 175 ◦ blue 125

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

Shades of Tacao #EFAF7D

Tints of Tacao #EFAF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.47%

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

R = 44.34%
G = 32.47%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFAF7D (or 0xEFAF7D) is known color: Tacao. HEX triplet: EF, AF and 7D. RGB value is (239,175,125). Sum of RGB (Red+Green+Blue) = 239+175+125=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF7D is #105082. Grayscale: #BCBCBC. Windows color (decimal): -1069187 or 8237039. OLE color: 8237039.

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

Color convert

RGB 239 175 125 -
CMYK 0 0.27 0.48 0.06
HSL 26.32º 0.78% 0.71% -
HSV(B) 26.32º 0.48% 0.94% -
XYZ 54.63 50.49 26.27 -
YUV 188.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 239 175 125 0 0.27 0.48 0.06 26.32 0.78 0.71
Hex EF AF 7D 0 1B 30 6 1A 4E 47
Octal 357 257 175 0 33 60 6 32 116 107
Binary 11101111 10101111 1111101 0 11011 110000 110 11010 1001110 1000111

Color Harmonies of #EFAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF7D

Black with #EFAF7D

Text Example


Text Example

White with #EFAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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