Html Css Color HEX #EFB077 Tacao

📋 copy color: '#EFB077'

red 239 ◦ green 176 ◦ blue 119

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

Shades of Tacao #EFB077

Tints of Tacao #EFB077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.28%

R = 44.76%
G = 32.96%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFB077 (or 0xEFB077) is known color: Tacao. HEX triplet: EF, B0 and 77. RGB value is (239,176,119). Sum of RGB (Red+Green+Blue) = 239+176+119=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB077 is #104F88. Grayscale: #BCBCBC. Windows color (decimal): -1068937 or 7844079. OLE color: 7844079.

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

Color convert

RGB 239 176 119 -
CMYK 0 0.26 0.50 0.06
HSL 28.5º 0.79% 0.7% -
HSV(B) 28.5º 0.5% 0.94% -
XYZ 54.45 50.73 24.38 -
YUV 188.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 239 176 119 0 0.26 0.50 0.06 28.5 0.79 0.7
Hex EF B0 77 0 1A 32 6 1C 4F 46
Octal 357 260 167 0 32 62 6 34 117 106
Binary 11101111 10110000 1110111 0 11010 110010 110 11100 1001111 1000110

Color Harmonies of #EFB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB077

Black with #EFB077

Text Example


Text Example

White with #EFB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB077; }

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

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

background-color css

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

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

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

border-color css

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

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

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