Html Css Color HEX #EFB172 Tacao

📋 copy color: '#EFB172'

red 239 ◦ green 177 ◦ blue 114

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

Shades of Tacao #EFB172

Tints of Tacao #EFB172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.51%

R = 45.09%
G = 33.4%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFB172 (or 0xEFB172) is known color: Tacao. HEX triplet: EF, B1 and 72. RGB value is (239,177,114). Sum of RGB (Red+Green+Blue) = 239+177+114=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB172 is #104E8D. Grayscale: #BCBCBC. Windows color (decimal): -1068686 or 7516655. OLE color: 7516655.

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

Color convert

RGB 239 177 114 -
CMYK 0 0.26 0.52 0.06
HSL 30.24º 0.8% 0.69% -
HSV(B) 30.24º 0.52% 0.94% -
XYZ 54.36 51.01 22.9 -
YUV 188.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 239 177 114 0 0.26 0.52 0.06 30.24 0.8 0.69
Hex EF B1 72 0 1A 34 6 1E 50 45
Octal 357 261 162 0 32 64 6 36 120 105
Binary 11101111 10110001 1110010 0 11010 110100 110 11110 1010000 1000101

Color Harmonies of #EFB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB172

Black with #EFB172

Text Example


Text Example

White with #EFB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB172; }

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

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

background-color css

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

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

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

border-color css

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

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

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