Html Css Color HEX #EFA67D Tacao

📋 copy color: '#EFA67D'

red 239 ◦ green 166 ◦ blue 125

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

Shades of Tacao #EFA67D

Tints of Tacao #EFA67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.32%

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

R = 45.09%
G = 31.32%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFA67D (or 0xEFA67D) is known color: Tacao. HEX triplet: EF, A6 and 7D. RGB value is (239,166,125). Sum of RGB (Red+Green+Blue) = 239+166+125=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA67D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA67D is #105982. Grayscale: #B7B7B7. Windows color (decimal): -1071491 or 8234735. OLE color: 8234735.

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

Color convert

RGB 239 166 125 -
CMYK 0 0.31 0.48 0.06
HSL 21.58º 0.78% 0.71% -
HSV(B) 21.58º 0.48% 0.94% -
XYZ 52.93 47.1 25.7 -
YUV 183.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 239 166 125 0 0.31 0.48 0.06 21.58 0.78 0.71
Hex EF A6 7D 0 1F 30 6 16 4E 47
Octal 357 246 175 0 37 60 6 26 116 107
Binary 11101111 10100110 1111101 0 11111 110000 110 10110 1001110 1000111

Color Harmonies of #EFA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA67D

Black with #EFA67D

Text Example


Text Example

White with #EFA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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