Html Css Color HEX #EFB37E Tacao

📋 copy color: '#EFB37E'

red 239 ◦ green 179 ◦ blue 126

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

Shades of Tacao #EFB37E

Tints of Tacao #EFB37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.16%

R = 43.93%
G = 32.9%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFB37E (or 0xEFB37E) is known color: Tacao. HEX triplet: EF, B3 and 7E. RGB value is (239,179,126). Sum of RGB (Red+Green+Blue) = 239+179+126=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB37E is #104C81. Grayscale: #BFBFBF. Windows color (decimal): -1068162 or 8303599. OLE color: 8303599.

HSL color Cylindrical-coordinate representation of color #EFB37E: hue angle of 28.14º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFB37E is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 126 -
CMYK 0 0.25 0.47 0.06
HSL 28.14º 0.78% 0.72% -
HSV(B) 28.14º 0.47% 0.94% -
XYZ 55.48 52.1 26.87 -
YUV 190.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 239 179 126 0 0.25 0.47 0.06 28.14 0.78 0.72
Hex EF B3 7E 0 19 2F 6 1C 4E 48
Octal 357 263 176 0 31 57 6 34 116 110
Binary 11101111 10110011 1111110 0 11001 101111 110 11100 1001110 1001000

Color Harmonies of #EFB37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB37E

Black with #EFB37E

Text Example


Text Example

White with #EFB37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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