Html Css Color HEX #EFB478 Tacao

📋 copy color: '#EFB478'

red 239 ◦ green 180 ◦ blue 120

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

Shades of Tacao #EFB478

Tints of Tacao #EFB478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

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

R = 44.34%
G = 33.4%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFB478 (or 0xEFB478) is known color: Tacao. HEX triplet: EF, B4 and 78. RGB value is (239,180,120). Sum of RGB (Red+Green+Blue) = 239+180+120=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB478 is #104B87. Grayscale: #BFBFBF. Windows color (decimal): -1067912 or 7910639. OLE color: 7910639.

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

Color convert

RGB 239 180 120 -
CMYK 0 0.25 0.50 0.06
HSL 30.25º 0.79% 0.7% -
HSV(B) 30.25º 0.5% 0.94% -
XYZ 55.31 52.35 24.96 -
YUV 190.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 239 180 120 0 0.25 0.50 0.06 30.25 0.79 0.7
Hex EF B4 78 0 19 32 6 1E 4F 46
Octal 357 264 170 0 31 62 6 36 117 106
Binary 11101111 10110100 1111000 0 11001 110010 110 11110 1001111 1000110

Color Harmonies of #EFB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB478

Black with #EFB478

Text Example


Text Example

White with #EFB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB478; }

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

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

background-color css

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

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

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

border-color css

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

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

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