Html Css Color HEX #EFB084 Tacao

📋 copy color: '#EFB084'

red 239 ◦ green 176 ◦ blue 132

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

Shades of Tacao #EFB084

Tints of Tacao #EFB084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.13%

R = 43.69%
G = 32.18%
B = 24.13%

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

#EFB084 (or 0xEFB084) is known color: Tacao. HEX triplet: EF, B0 and 84. RGB value is (239,176,132). Sum of RGB (Red+Green+Blue) = 239+176+132=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB084 is #104F7B. Grayscale: #BEBEBE. Windows color (decimal): -1068924 or 8696047. OLE color: 8696047.

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

Color convert

RGB 239 176 132 -
CMYK 0 0.26 0.45 0.06
HSL 24.67º 0.77% 0.73% -
HSV(B) 24.67º 0.45% 0.94% -
XYZ 55.29 51.07 28.77 -
YUV 189.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 239 176 132 0 0.26 0.45 0.06 24.67 0.77 0.73
Hex EF B0 84 0 1A 2D 6 19 4D 49
Octal 357 260 204 0 32 55 6 31 115 111
Binary 11101111 10110000 10000100 0 11010 101101 110 11001 1001101 1001001

Color Harmonies of #EFB084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB084

Black with #EFB084

Text Example


Text Example

White with #EFB084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB084; }

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

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

background-color css

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

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

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

border-color css

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

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

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