Html Css Color HEX #EFB278 Tacao

📋 copy color: '#EFB278'

red 239 ◦ green 178 ◦ blue 120

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

Shades of Tacao #EFB278

Tints of Tacao #EFB278

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.15%

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

R = 44.51%
G = 33.15%
B = 22.35%

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

#EFB278 (or 0xEFB278) is known color: Tacao. HEX triplet: EF, B2 and 78. RGB value is (239,178,120). Sum of RGB (Red+Green+Blue) = 239+178+120=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB278 is #104D87. Grayscale: #BDBDBD. Windows color (decimal): -1068424 or 7910127. OLE color: 7910127.

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

Color convert

RGB 239 178 120 -
CMYK 0 0.26 0.50 0.06
HSL 29.24º 0.79% 0.7% -
HSV(B) 29.24º 0.5% 0.94% -
XYZ 54.91 51.55 24.83 -
YUV 189.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 239 178 120 0 0.26 0.50 0.06 29.24 0.79 0.7
Hex EF B2 78 0 1A 32 6 1D 4F 46
Octal 357 262 170 0 32 62 6 35 117 106
Binary 11101111 10110010 1111000 0 11010 110010 110 11101 1001111 1000110

Color Harmonies of #EFB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB278

Black with #EFB278

Text Example


Text Example

White with #EFB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB278; }

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

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

background-color css

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

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

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

border-color css

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

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

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