Html Css Color HEX #EFB079 Tacao

📋 copy color: '#EFB079'

red 239 ◦ green 176 ◦ blue 121

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

Shades of Tacao #EFB079

Tints of Tacao #EFB079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.57%

R = 44.59%
G = 32.84%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFB079 (or 0xEFB079) is known color: Tacao. HEX triplet: EF, B0 and 79. RGB value is (239,176,121). Sum of RGB (Red+Green+Blue) = 239+176+121=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB079 is #104F86. Grayscale: #BCBCBC. Windows color (decimal): -1068935 or 7975151. OLE color: 7975151.

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

Color convert

RGB 239 176 121 -
CMYK 0 0.26 0.49 0.06
HSL 27.97º 0.79% 0.71% -
HSV(B) 27.97º 0.49% 0.94% -
XYZ 54.57 50.78 25.01 -
YUV 188.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 239 176 121 0 0.26 0.49 0.06 27.97 0.79 0.71
Hex EF B0 79 0 1A 31 6 1C 4F 47
Octal 357 260 171 0 32 61 6 34 117 107
Binary 11101111 10110000 1111001 0 11010 110001 110 11100 1001111 1000111

Color Harmonies of #EFB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB079

Black with #EFB079

Text Example


Text Example

White with #EFB079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB079; }

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

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

background-color css

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

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

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

border-color css

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

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

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