Html Css Color HEX #EFB082 Tacao

📋 copy color: '#EFB082'

red 239 ◦ green 176 ◦ blue 130

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

Shades of Tacao #EFB082

Tints of Tacao #EFB082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.85%

R = 43.85%
G = 32.29%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFB082 (or 0xEFB082) is known color: Tacao. HEX triplet: EF, B0 and 82. RGB value is (239,176,130). Sum of RGB (Red+Green+Blue) = 239+176+130=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB082 is #104F7D. Grayscale: #BDBDBD. Windows color (decimal): -1068926 or 8564975. OLE color: 8564975.

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

Color convert

RGB 239 176 130 -
CMYK 0 0.26 0.46 0.06
HSL 25.32º 0.77% 0.72% -
HSV(B) 25.32º 0.46% 0.94% -
XYZ 55.15 51.01 28.06 -
YUV 189.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 239 176 130 0 0.26 0.46 0.06 25.32 0.77 0.72
Hex EF B0 82 0 1A 2E 6 19 4D 48
Octal 357 260 202 0 32 56 6 31 115 110
Binary 11101111 10110000 10000010 0 11010 101110 110 11001 1001101 1001000

Color Harmonies of #EFB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB082

Black with #EFB082

Text Example


Text Example

White with #EFB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB082; }

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

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

background-color css

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

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

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

border-color css

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

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

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