Html Css Color HEX #EFB078 Tacao

📋 copy color: '#EFB078'

red 239 ◦ green 176 ◦ blue 120

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

Shades of Tacao #EFB078

Tints of Tacao #EFB078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.43%

R = 44.67%
G = 32.9%
B = 22.43%

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

#EFB078 (or 0xEFB078) is known color: Tacao. HEX triplet: EF, B0 and 78. RGB value is (239,176,120). Sum of RGB (Red+Green+Blue) = 239+176+120=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB078 is #104F87. Grayscale: #BCBCBC. Windows color (decimal): -1068936 or 7909615. OLE color: 7909615.

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

Color convert

RGB 239 176 120 -
CMYK 0 0.26 0.50 0.06
HSL 28.24º 0.79% 0.7% -
HSV(B) 28.24º 0.5% 0.94% -
XYZ 54.51 50.76 24.69 -
YUV 188.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 239 176 120 0 0.26 0.50 0.06 28.24 0.79 0.7
Hex EF B0 78 0 1A 32 6 1C 4F 46
Octal 357 260 170 0 32 62 6 34 117 106
Binary 11101111 10110000 1111000 0 11010 110010 110 11100 1001111 1000110

Color Harmonies of #EFB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB078

Black with #EFB078

Text Example


Text Example

White with #EFB078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB078; }

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

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

background-color css

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

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

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

border-color css

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

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

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