Html Css Color HEX #EFB378 Tacao

📋 copy color: '#EFB378'

red 239 ◦ green 179 ◦ blue 120

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

Shades of Tacao #EFB378

Tints of Tacao #EFB378

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.27%

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

R = 44.42%
G = 33.27%
B = 22.3%

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

#EFB378 (or 0xEFB378) is known color: Tacao. HEX triplet: EF, B3 and 78. RGB value is (239,179,120). Sum of RGB (Red+Green+Blue) = 239+179+120=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB378 is #104C87. Grayscale: #BEBEBE. Windows color (decimal): -1068168 or 7910383. OLE color: 7910383.

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

Color convert

RGB 239 179 120 -
CMYK 0 0.25 0.50 0.06
HSL 29.75º 0.79% 0.7% -
HSV(B) 29.75º 0.5% 0.94% -
XYZ 55.11 51.95 24.89 -
YUV 190.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 239 179 120 0 0.25 0.50 0.06 29.75 0.79 0.7
Hex EF B3 78 0 19 32 6 1E 4F 46
Octal 357 263 170 0 31 62 6 36 117 106
Binary 11101111 10110011 1111000 0 11001 110010 110 11110 1001111 1000110

Color Harmonies of #EFB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB378

Black with #EFB378

Text Example


Text Example

White with #EFB378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB378; }

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

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

background-color css

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

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

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

border-color css

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

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

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