Html Css Color HEX #EFB083 Tacao

📋 copy color: '#EFB083'

red 239 ◦ green 176 ◦ blue 131

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

Shades of Tacao #EFB083

Tints of Tacao #EFB083

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.23%

 BLUE value IS 131 (51.56% from 255) = 23.99%

R = 43.77%
G = 32.23%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFB083 (or 0xEFB083) is known color: Tacao. HEX triplet: EF, B0 and 83. RGB value is (239,176,131). Sum of RGB (Red+Green+Blue) = 239+176+131=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB083 is #104F7C. Grayscale: #BDBDBD. Windows color (decimal): -1068925 or 8630511. OLE color: 8630511.

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

Color convert

RGB 239 176 131 -
CMYK 0 0.26 0.45 0.06
HSL 25º 0.77% 0.73% -
HSV(B) 25º 0.45% 0.94% -
XYZ 55.22 51.04 28.41 -
YUV 189.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 239 176 131 0 0.26 0.45 0.06 25 0.77 0.73
Hex EF B0 83 0 1A 2D 6 19 4D 49
Octal 357 260 203 0 32 55 6 31 115 111
Binary 11101111 10110000 10000011 0 11010 101101 110 11001 1001101 1001001

Color Harmonies of #EFB083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB083

Black with #EFB083

Text Example


Text Example

White with #EFB083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB083; }

 p { color: rgb(239,176,131); }

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

background-color css

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

 a { background-color: rgb(239,176,131); }

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

border-color css

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

 span { border-color: rgb(239,176,131); }

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