Html Css Color HEX #EFA77D Tacao

📋 copy color: '#EFA77D'

red 239 ◦ green 167 ◦ blue 125

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

Shades of Tacao #EFA77D

Tints of Tacao #EFA77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.45%

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

R = 45.01%
G = 31.45%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFA77D (or 0xEFA77D) is known color: Tacao. HEX triplet: EF, A7 and 7D. RGB value is (239,167,125). Sum of RGB (Red+Green+Blue) = 239+167+125=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA77D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA77D is #105882. Grayscale: #B7B7B7. Windows color (decimal): -1071235 or 8234991. OLE color: 8234991.

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

Color convert

RGB 239 167 125 -
CMYK 0 0.30 0.48 0.06
HSL 22.11º 0.78% 0.71% -
HSV(B) 22.11º 0.48% 0.94% -
XYZ 53.12 47.47 25.76 -
YUV 183.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 239 167 125 0 0.30 0.48 0.06 22.11 0.78 0.71
Hex EF A7 7D 0 1E 30 6 16 4E 47
Octal 357 247 175 0 36 60 6 26 116 107
Binary 11101111 10100111 1111101 0 11110 110000 110 10110 1001110 1000111

Color Harmonies of #EFA77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA77D

Black with #EFA77D

Text Example


Text Example

White with #EFA77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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