Html Css Color HEX #EFB17F Tacao

📋 copy color: '#EFB17F'

red 239 ◦ green 177 ◦ blue 127

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

Shades of Tacao #EFB17F

Tints of Tacao #EFB17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.39%

R = 44.01%
G = 32.6%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFB17F (or 0xEFB17F) is known color: Tacao. HEX triplet: EF, B1 and 7F. RGB value is (239,177,127). Sum of RGB (Red+Green+Blue) = 239+177+127=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB17F is #104E80. Grayscale: #BEBEBE. Windows color (decimal): -1068673 or 8368623. OLE color: 8368623.

HSL color Cylindrical-coordinate representation of color #EFB17F: hue angle of 26.79º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFB17F is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 127 -
CMYK 0 0.26 0.47 0.06
HSL 26.79º 0.78% 0.72% -
HSV(B) 26.79º 0.47% 0.94% -
XYZ 55.15 51.33 27.08 -
YUV 189.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 239 177 127 0 0.26 0.47 0.06 26.79 0.78 0.72
Hex EF B1 7F 0 1A 2F 6 1B 4E 48
Octal 357 261 177 0 32 57 6 33 116 110
Binary 11101111 10110001 1111111 0 11010 101111 110 11011 1001110 1001000

Color Harmonies of #EFB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB17F

Black with #EFB17F

Text Example


Text Example

White with #EFB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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