Html Css Color HEX #EFB085 Tacao

📋 copy color: '#EFB085'

red 239 ◦ green 176 ◦ blue 133

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

Shades of Tacao #EFB085

Tints of Tacao #EFB085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.27%

R = 43.61%
G = 32.12%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFB085 (or 0xEFB085) is known color: Tacao. HEX triplet: EF, B0 and 85. RGB value is (239,176,133). Sum of RGB (Red+Green+Blue) = 239+176+133=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB085 is #104F7A. Grayscale: #BEBEBE. Windows color (decimal): -1068923 or 8761583. OLE color: 8761583.

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

Color convert

RGB 239 176 133 -
CMYK 0 0.26 0.44 0.06
HSL 24.34º 0.77% 0.73% -
HSV(B) 24.34º 0.44% 0.94% -
XYZ 55.36 51.09 29.14 -
YUV 189.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 239 176 133 0 0.26 0.44 0.06 24.34 0.77 0.73
Hex EF B0 85 0 1A 2C 6 18 4D 49
Octal 357 260 205 0 32 54 6 30 115 111
Binary 11101111 10110000 10000101 0 11010 101100 110 11000 1001101 1001001

Color Harmonies of #EFB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB085

Black with #EFB085

Text Example


Text Example

White with #EFB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB085; }

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

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

background-color css

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

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

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

border-color css

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

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

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