Html Css Color HEX #EFB17D Tacao

📋 copy color: '#EFB17D'

red 239 ◦ green 177 ◦ blue 125

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

Shades of Tacao #EFB17D

Tints of Tacao #EFB17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.72%

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

R = 44.18%
G = 32.72%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFB17D (or 0xEFB17D) is known color: Tacao. HEX triplet: EF, B1 and 7D. RGB value is (239,177,125). Sum of RGB (Red+Green+Blue) = 239+177+125=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB17D is #104E82. Grayscale: #BDBDBD. Windows color (decimal): -1068675 or 8237551. OLE color: 8237551.

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

Color convert

RGB 239 177 125 -
CMYK 0 0.26 0.48 0.06
HSL 27.37º 0.78% 0.71% -
HSV(B) 27.37º 0.48% 0.94% -
XYZ 55.02 51.28 26.4 -
YUV 189.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 239 177 125 0 0.26 0.48 0.06 27.37 0.78 0.71
Hex EF B1 7D 0 1A 30 6 1B 4E 47
Octal 357 261 175 0 32 60 6 33 116 107
Binary 11101111 10110001 1111101 0 11010 110000 110 11011 1001110 1000111

Color Harmonies of #EFB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB17D

Black with #EFB17D

Text Example


Text Example

White with #EFB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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